File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 7878 string : cuda{{ cuda_compiler_version | replace('.', '') }}_{{ blas_impl }}_h{{ PKG_HASH }}_{{ build }} # [cuda_compiler_version != "None"]
7979 string : cpu_{{ blas_impl }}_h{{ PKG_HASH }}_{{ build }} # [cuda_compiler_version == "None"]
8080 detect_binary_files_with_prefix : false
81+ missing_dso_whitelist :
82+ - ' */libcuda.so.*' # [linux]
83+ - ' */nvcuda.dll' # [win]
8184 run_exports :
8285 - {{ pin_subpackage('libtorch', max_pin='x.x') }}
8386 ignore_run_exports_from :
@@ -124,9 +127,9 @@ requirements:
124127 - cuda-nvtx-dev
125128 - cuda-profiler-api
126129 - cuda-version {{ cuda_compiler_version }}
127- - cudnn
128130 - cusparselt
129131 - libcublas-dev
132+ - libcudnn-dev
130133 - libcudss-dev
131134 - libcufile-dev # [linux]
132135 - libcufft-dev
@@ -269,8 +272,8 @@ outputs:
269272 - cuda-profiler-api
270273 - cuda-version {{ cuda_compiler_version }}
271274 - cusparselt
272- - cudnn
273275 - libcublas-dev
276+ - libcudnn-dev
274277 - libcudss-dev
275278 - libcufile-dev # [linux]
276279 - libcufft-dev
You can’t perform that action at this time.
0 commit comments