Skip to content

Commit

Permalink
Bundle PTXAS into 11.8 wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
malfet committed Feb 13, 2024
1 parent fa8b6d6 commit 5c814e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions manywheel/build_cuda.sh
Expand Up @@ -197,6 +197,8 @@ elif [[ $CUDA_VERSION == "11.8" ]]; then
export USE_STATIC_CUDNN=0
# Try parallelizing nvcc as well
export TORCH_NVCC_FLAGS="-Xfatbin -compress-all --threads 2"
# Bundle ptxas into the wheel, see https://github.com/pytorch/pytorch/pull/119750
export BUILD_BUNDLE_PTXAS=1

if [[ -z "$PYTORCH_EXTRA_INSTALL_REQUIREMENTS" ]]; then
echo "Bundling with cudnn and cublas."
Expand Down

0 comments on commit 5c814e2

Please sign in to comment.