Skip to content

Commit 1fa197b

Browse files
committed
ci: verify CUDA architectures in Torch device libraries
1 parent e8aff2b commit 1fa197b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ jobs:
188188
--exclude libtorch_global_deps.so
189189
-w {dest_dir} {wheel} &&
190190
python /project/backends/drjit/scripts/verify_cuda_binary_arches.py
191-
--stem _C --stem _stable_ops {dest_dir}/*.whl &&
191+
--stem _legacy_ops --stem _stable_ops {dest_dir}/*.whl &&
192192
python /project/backends/torch/scripts/verify_stable_abi.py
193193
--source-root /project/backends/torch/src/stable {dest_dir}/*.whl
194194
with:
@@ -280,7 +280,7 @@ jobs:
280280
shell: pwsh
281281
run: |
282282
$wheel = (Get-ChildItem dist/torch/*.whl).FullName
283-
python backends/drjit/scripts/verify_cuda_binary_arches.py --stem _C --stem _stable_ops $wheel
283+
python backends/drjit/scripts/verify_cuda_binary_arches.py --stem _legacy_ops --stem _stable_ops $wheel
284284
python backends/torch/scripts/verify_stable_abi.py --source-root backends/torch/src/stable $wheel
285285
python -m twine check $wheel
286286
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)