onnxruntime: limit nvcc threads

This commit is contained in:
Michal Koutenský 2024-04-06 19:25:35 +02:00
parent 852af4a5dc
commit db0727e8c0
1 changed files with 1 additions and 0 deletions

View File

@ -191,6 +191,7 @@ effectiveStdenv.mkDerivation rec {
(lib.cmakeFeature "FETCHCONTENT_SOURCE_DIR_CUTLASS" "${cutlass}")
(lib.cmakeFeature "onnxruntime_CUDNN_HOME" "${cudaPackages.cudnn}")
(lib.cmakeFeature "CMAKE_CUDA_ARCHITECTURES" cudaArchitecturesString)
(lib.cmakeFeature "onnxruntime_NVCC_THREADS" "1")
];
env = lib.optionalAttrs effectiveStdenv.cc.isClang {