Revert "cmake : enable separable compilation for CUDA"
This reverts commit 09e35d04b1
.
This commit is contained in:
parent
6963441b22
commit
5c63815e9c
1 changed files with 0 additions and 4 deletions
|
@ -279,10 +279,6 @@ if (LLAMA_CUBLAS)
|
||||||
if (LLAMA_CUDA_FORCE_MMQ)
|
if (LLAMA_CUDA_FORCE_MMQ)
|
||||||
add_compile_definitions(GGML_CUDA_FORCE_MMQ)
|
add_compile_definitions(GGML_CUDA_FORCE_MMQ)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# required for dynamic parallelism
|
|
||||||
set(CMAKE_CUDA_SEPARABLE_COMPILATION ON)
|
|
||||||
|
|
||||||
add_compile_definitions(GGML_CUDA_DMMV_X=${LLAMA_CUDA_DMMV_X})
|
add_compile_definitions(GGML_CUDA_DMMV_X=${LLAMA_CUDA_DMMV_X})
|
||||||
add_compile_definitions(GGML_CUDA_MMV_Y=${LLAMA_CUDA_MMV_Y})
|
add_compile_definitions(GGML_CUDA_MMV_Y=${LLAMA_CUDA_MMV_Y})
|
||||||
if (DEFINED LLAMA_CUDA_DMMV_Y)
|
if (DEFINED LLAMA_CUDA_DMMV_Y)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue