From 52620b704dce9e5df0bb32b422af6c7ea473640f Mon Sep 17 00:00:00 2001 From: Florent Pruvost Date: Thu, 11 Dec 2014 14:52:32 +0000 Subject: [PATCH] do not use cublas V2 until STARPU does not manage cublas handles - we could have a function similar to starpu_cuda_get_local_stream to get local cublas handle --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 66952aa9..0bf26b3f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -329,7 +329,7 @@ if(NOT CHAMELEON_SIMULATION) set(CMAKE_REQUIRED_LIBRARIES "${saved_libs}") FindHeader(CUDA cublas_v2.h) if(CUDA_cublas_v2.h_DIRS) - add_definitions(-DCHAMELEON_USE_CUBLAS_V2) + #add_definitions(-DCHAMELEON_USE_CUBLAS_V2) endif() endif (CUDA_FOUND) -- GitLab