Skip to content
Open
Show file tree
Hide file tree
Changes from 19 commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
1039aae
Rebuild for pytorch21
regro-cf-autotick-bot Nov 13, 2023
680612b
MNT: Re-rendered with conda-build 3.27.0, conda-smithy 3.29.0, and co…
regro-cf-autotick-bot Nov 13, 2023
a1fb281
Update meta.yaml
hmaarrfk Nov 27, 2023
e5aca3d
Add tqdm as dependency
hmaarrfk Nov 27, 2023
655d59d
Rebuild for CUDA 11.8 w/arch support
regro-cf-autotick-bot Nov 4, 2023
28e6320
MNT: Re-rendered with conda-build 3.27.0, conda-smithy 3.30.1, and co…
hmaarrfk Dec 3, 2023
fb7c85e
Add PTX at the the end, always
hmaarrfk Dec 3, 2023
1465de9
Add patch for missing header
hmaarrfk Dec 3, 2023
24de5a1
MNT: Re-rendered with conda-build 24.1.2, conda-smithy 3.31.1, and co…
Mar 7, 2024
ddc9bdb
Cleanup
hmaarrfk Mar 7, 2024
4ef16de
MNT: Re-rendered with conda-build 24.1.2, conda-smithy 3.31.1, and co…
hmaarrfk Mar 7, 2024
a82046f
Add cuda 12.0
hmaarrfk Mar 8, 2024
0ba1293
Add python 3.12
hmaarrfk Mar 8, 2024
fbf9854
MNT: Re-rendered with conda-build 24.1.2, conda-smithy 3.31.1, and co…
hmaarrfk Mar 8, 2024
1f1928b
Add things
hmaarrfk Mar 8, 2024
6c33a12
Increase minimum cudaarch
hmaarrfk Mar 8, 2024
be14c2e
skip skip skip
hmaarrfk Mar 8, 2024
98e669d
MNT: Re-rendered with conda-build 24.1.2, conda-smithy 3.31.1, and co…
Mar 8, 2024
ff0561e
build with pytorch 1.13.1
hmaarrfk Mar 8, 2024
1cb17d5
try with 2.0
hmaarrfk Mar 8, 2024
cb654ab
MNT: Re-rendered with conda-build 24.1.2, conda-smithy 3.31.1, and co…
Mar 8, 2024
3dbeb34
Skip unused cuda builds
hmaarrfk Mar 8, 2024
83b403c
MNT: Re-rendered with conda-build 24.1.2, conda-smithy 3.31.1, and co…
Mar 8, 2024
40d14fc
MNT: Re-rendered with conda-build 25.5.0, conda-smithy 3.50.1, and co…
Jun 19, 2025
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
42 changes: 12 additions & 30 deletions .azure-pipelines/azure-pipelines-linux.yml

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

54 changes: 0 additions & 54 deletions .azure-pipelines/azure-pipelines-osx.yml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,13 @@ pin_run_as_build:
python:
- 3.10.* *_cpython
pytorch:
- '2.0'
- '2.1'
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- cuda_compiler_version
- cdt_name
- cuda_compiler
- cuda_compiler_version
- docker_image

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,34 +3,35 @@ c_compiler:
c_compiler_version:
- '11'
cdt_name:
- cos6
- cos7
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cuda_compiler:
- nvcc
cuda_compiler_version:
- None
- '11.8'
cxx_compiler:
- gxx
cxx_compiler_version:
- '11'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
- quay.io/condaforge/linux-anvil-cuda:11.8
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.11.* *_cpython
- 3.10.* *_cpython
pytorch:
- '2.0'
- '2.1'
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- cuda_compiler_version
- cdt_name
- cuda_compiler
- cuda_compiler_version
- docker_image
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
c_compiler:
- gcc
c_compiler_version:
- '11'
- '12'
cdt_name:
- cos6
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cuda_compiler:
- nvcc
- None
cuda_compiler_version:
- None
cxx_compiler:
- gxx
cxx_compiler_version:
- '11'
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
pin_run_as_build:
Expand All @@ -25,12 +25,13 @@ pin_run_as_build:
python:
- 3.10.* *_cpython
pytorch:
- '2.0'
- '2.1'
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- cuda_compiler_version
- cdt_name
- cuda_compiler
- cuda_compiler_version
- docker_image
Loading