Fixed cmake LLAMA_CUDA_BY option
This commit is contained in:
parent
82cf01f897
commit
17dc4c52d3
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ option(LLAMA_ACCELERATE "llama: enable Accelerate framework"
|
|||
option(LLAMA_BLAS "llama: use BLAS" OFF)
|
||||
option(LLAMA_BLAS_VENDOR "llama: BLA_VENDOR from https://cmake.org/cmake/help/latest/module/FindBLAS.html#blas-lapack-vendors" Generic)
|
||||
option(LLAMA_CUBLAS "llama: use cuBLAS" OFF)
|
||||
option(LLAMA_CUDA_BY "llama: y block size for dmmv CUDA kernels" 1)
|
||||
set(LLAMA_CUDA_BY "1" CACHE STRING "llama: y block size for dmmv CUDA kernels")
|
||||
option(LLAMA_CUDA_UNROLL "llama: unroll loops in dmmv CUDA kernels" OFF)
|
||||
option(LLAMA_CLBLAST "llama: use CLBlast" OFF)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue