File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments