]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - dense-linear-algebra-libraries/linalg.git/blobdiff - blasblisacc/src/ti_cblas_cblas_zsymm.c
Reverted blas acc wrapper code by removing changes made to debug OpenCL crash problem.
[dense-linear-algebra-libraries/linalg.git] / blasblisacc / src / ti_cblas_cblas_zsymm.c
index e6f0df99ded8c6c3c17888eeeaa34827c78377e9..deda9fd7c9995cd58cb5b0f7f602228acdd4125c 100644 (file)
@@ -66,7 +66,7 @@ void cblas_zsymm(const enum CBLAS_ORDER Order, const enum CBLAS_SIDE Side, const
 #else
        cl_kernel __K;
 #endif
-       __K =  ti_cblas_get_kernel("ocl_cblas_zsymm");
+       __K =  ti_cblas_get_kernel(TI_CBLAS_CBLAS_ZSYMM_IDX, "ocl_cblas_zsymm");
 #ifdef __cplusplus
        try 
 #else