File tree Expand file tree Collapse file tree 2 files changed +606
-410
lines changed Expand file tree Collapse file tree 2 files changed +606
-410
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,6 @@ option(LLAMA_BLAS "llama: use BLAS"
69
69
set (LLAMA_BLAS_VENDOR "Generic" CACHE STRING "llama: BLAS library vendor" )
70
70
option (LLAMA_CUBLAS "llama: use CUDA" OFF )
71
71
#option(LLAMA_CUDA_CUBLAS "llama: use cuBLAS for prompt processing" OFF)
72
- set (LLAMA_CUDA_MMQ_Y "64" CACHE STRING "llama: y tile size for mmq CUDA kernels" )
73
72
option (LLAMA_CUDA_FORCE_DMMV "llama: use dmmv instead of mmvq CUDA kernels" OFF )
74
73
set (LLAMA_CUDA_DMMV_X "32" CACHE STRING "llama: x stride for dmmv CUDA kernels" )
75
74
set (LLAMA_CUDA_MMV_Y "1" CACHE STRING "llama: y block size for mmv CUDA kernels" )
@@ -256,7 +255,6 @@ if (LLAMA_CUBLAS)
256
255
# if (LLAMA_CUDA_CUBLAS)
257
256
# add_compile_definitions(GGML_CUDA_CUBLAS)
258
257
# endif()
259
- add_compile_definitions (GGML_CUDA_MMQ_Y=${LLAMA_CUDA_MMQ_Y} )
260
258
if (LLAMA_CUDA_FORCE_DMMV )
261
259
add_compile_definitions (GGML_CUDA_FORCE_DMMV )
262
260
endif ()
You can’t perform that action at this time.
0 commit comments