Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 52620b70 authored by PRUVOST Florent's avatar PRUVOST Florent
Browse files

do not use cublas V2 until STARPU does not manage cublas handles - we could...

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
parent 7b385691
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment