cuda : rename build flag to LLAMA_CUDA (#6299)

This commit is contained in:
slaren
2024-03-26 01:16:01 +01:00
committed by GitHub
parent b06c16ef9f
commit 280345968d
28 changed files with 129 additions and 115 deletions

View File

@@ -192,7 +192,7 @@ effectiveStdenv.mkDerivation (
(cmakeBool "CMAKE_SKIP_BUILD_RPATH" true)
(cmakeBool "LLAMA_BLAS" useBlas)
(cmakeBool "LLAMA_CLBLAST" useOpenCL)
(cmakeBool "LLAMA_CUBLAS" useCuda)
(cmakeBool "LLAMA_CUDA" useCuda)
(cmakeBool "LLAMA_HIPBLAS" useRocm)
(cmakeBool "LLAMA_METAL" useMetalKit)
(cmakeBool "LLAMA_MPI" useMpi)