Skip to content

Commit

Permalink
Do not build conda with CuSparseLT
Browse files Browse the repository at this point in the history
  • Loading branch information
malfet committed Oct 16, 2023
1 parent f01d710 commit d41bcbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions conda/build_pytorch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,7 @@ for py_ver in "${DESIRED_PYTHON[@]}"; do
PYTORCH_GITHUB_ROOT_DIR="$pytorch_rootdir" \
PYTORCH_BUILD_STRING="$build_string" \
PYTORCH_MAGMA_CUDA_VERSION="$cuda_nodot" \
USE_CUSPARSELT=0 \
conda build -c "$ANACONDA_USER" \
${NO_TEST:-} \
--no-anaconda-upload \
Expand Down
1 change: 1 addition & 0 deletions conda/pytorch-nightly/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ build:
- USE_COREML_DELEGATE # [osx]
- _GLIBCXX_USE_CXX11_ABI # [unix]
- OVERRIDE_TORCH_CUDA_ARCH_LIST
- USE_CUSPARSELT

test:
imports:
Expand Down

0 comments on commit d41bcbf

Please sign in to comment.