Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions conda-forge.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
azure:
free_disk_space: true
timeout_minutes: 360
settings_linux:
swapfile_size: 10GiB
github:
branch_name: main
tooling_branch_name: main
Expand Down
9 changes: 3 additions & 6 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,8 @@ build:
number: 0
script: {{ PYTHON }} -m pip install . -vvv --no-deps --no-build-isolation
script_env:
# Temporarily reduce ARCHs and JOBS to debug build
# - MAX_JOBS=$CPU_COUNT
- MAX_JOBS=1
# - TORCH_CUDA_ARCH_LIST=8.0;8.6;8.9;9.0+PTX
- TORCH_CUDA_ARCH_LIST=8.0+PTX
- MAX_JOBS=$CPU_COUNT
- TORCH_CUDA_ARCH_LIST=8.0;8.6+PTX
skip: true # [cuda_compiler_version in (undefined, "None")]
skip: true # [not linux]
ignore_run_exports_from:
Expand All @@ -29,7 +26,7 @@ build:
- libcusparse-dev # [(cuda_compiler_version or "").startswith("12")]
rpaths:
- lib/
# PyTorch libs are in site-packages instead of with other shared objects
# PyTorch libs are in site-packages instead of with other shared objects
- {{ SP_DIR }}/torch/lib/

requirements:
Expand Down