We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8c691a commit be4e4ddCopy full SHA for be4e4dd
.devops/nix/package.nix
@@ -195,7 +195,7 @@ effectiveStdenv.mkDerivation (finalAttrs: {
195
]
196
++ optionals useRocm [
197
(cmakeFeature "CMAKE_HIP_COMPILER" "${rocmPackages.llvm.clang}/bin/clang")
198
- (cmakeFeature "CMAKE_HIP_ARCHITECTURES" rocmGpuTargets)
+ (cmakeFeature "AMDGPU_TARGETS" rocmGpuTargets)
199
(cmakeBool "GGML_CUDA_FA_ALL_QUANTS" buildAllCudaFaQuants)
200
201
++ optionals useMetalKit [
0 commit comments