]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - dense-linear-algebra-libraries/linalg.git/blobdiff - blasblisacc/src/ti_cblas_cblas_cdotc_sub.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_cdotc_sub.c
index 233d143908e60061ffc8d11848e364ca6fc13e7e..9cfc775883c857f2d934a622ec5e87f03a48b4e5 100644 (file)
@@ -66,7 +66,7 @@ void cblas_cdotc_sub(const int N, const void *X, const int incX, const void *Y,
 #else
        cl_kernel __K;
 #endif
-       __K =  ti_cblas_get_kernel("ocl_cblas_cdotc_sub");
+       __K =  ti_cblas_get_kernel(TI_CBLAS_CBLAS_CDOTC_SUB_IDX, "ocl_cblas_cdotc_sub");
 #ifdef __cplusplus
        try 
 #else