Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable the use of libcufile #293

Merged
merged 21 commits into from
Nov 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
f9d72b1
Enable the use of libcufile
mgorny Nov 22, 2024
4d410ad
MNT: Re-rendered with conda-build 24.9.0, conda-smithy 3.44.7, and co…
mgorny Nov 22, 2024
5876869
Pull libcufile-dev only for CUDA >= 12.2 on AArch64
mgorny Nov 23, 2024
c385189
Pass USE_CUFILE=1 only we actually want to use it
mgorny Nov 23, 2024
3144a68
MNT: Re-rendered with conda-build 24.9.0, conda-smithy 3.44.7, and co…
mgorny Nov 23, 2024
2b86afa
remove obsolete config in CBC & conda-forge.yml
h-vetinari Nov 23, 2024
757368e
Remove CUDA 11.8 builds
mgorny Nov 22, 2024
4a14c60
MNT: Re-rendered with conda-build 24.9.0, conda-smithy 3.44.7, and co…
h-vetinari Nov 23, 2024
54abf7f
Revert "build on azure to trigger timeout"
h-vetinari Nov 23, 2024
a08ccbf
simplify libcufile-dev handling
h-vetinari Nov 23, 2024
64b417c
MNT: Re-rendered with conda-build 24.9.0, conda-smithy 3.44.7, and co…
h-vetinari Nov 23, 2024
8555f1c
downgrade image on aarch
h-vetinari Nov 23, 2024
17ac610
Stop passing CMAKE_TOOLCHAIN_FILE, append to CMAKE_FIND_ROOT_PATH
mgorny Nov 18, 2024
cc2a2c2
Enable MKLDNN when building with CUDA
mgorny Nov 25, 2024
90ed8c9
Enable generic BLAS builds when CUDA is enabled
mgorny Nov 22, 2024
5f5ff00
Trigger cirun
hmaarrfk Nov 25, 2024
2b5aa88
Revert "downgrade image on aarch"
hmaarrfk Nov 27, 2024
108adff
add sysroot constraint
hmaarrfk Nov 27, 2024
66a15ad
Add c_stdlib for aarch
hmaarrfk Nov 27, 2024
9b6984d
MNT: Re-rendered with conda-build 24.11.1, conda-smithy 3.44.8, and c…
Nov 27, 2024
d9c52f3
help linter understand which c_stdlib_version refers to linux
h-vetinari Nov 27, 2024
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
105 changes: 0 additions & 105 deletions .azure-pipelines/azure-pipelines-linux.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,23 @@ c_stdlib:
c_stdlib_version:
- '2.17'
cdt_name:
- cos7
- conda
channel_sources:
- conda-forge
channel_targets:
- conda-forge main
cuda_compiler:
- cuda-nvcc
cuda_compiler_version:
- '12.0'
- '12.6'
cudnn:
- '9'
cxx_compiler:
- gxx
cxx_compiler_version:
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
- quay.io/condaforge/linux-anvil-x86_64:alma9
github_actions_labels:
- cirun-openstack-gpu-2xlarge
libabseil:
Expand All @@ -36,6 +36,8 @@ liblapack:
- 3.9 *netlib
libprotobuf:
- 5.28.2
libtorch:
- '2.4'
megabuild:
- 'true'
mkl:
Expand All @@ -48,8 +50,6 @@ numpy:
- '2.0'
- '2'
- '2.0'
orc:
- 2.0.2
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -67,8 +67,6 @@ target_platform:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- c_stdlib_version
- cdt_name
- cuda_compiler
- cuda_compiler_version
- docker_image
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ c_stdlib:
c_stdlib_version:
- '2.17'
cdt_name:
- cos7
- conda
channel_sources:
- conda-forge
channel_targets:
Expand All @@ -25,7 +25,7 @@ cxx_compiler:
cxx_compiler_version:
- '13'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
- quay.io/condaforge/linux-anvil-x86_64:alma9
github_actions_labels:
- cirun-openstack-gpu-2xlarge
libabseil:
Expand All @@ -36,6 +36,8 @@ liblapack:
- 3.9 *netlib
libprotobuf:
- 5.28.2
libtorch:
- '2.4'
megabuild:
- 'true'
mkl:
Expand All @@ -48,8 +50,6 @@ numpy:
- '2.0'
- '2'
- '2.0'
orc:
- 2.0.2
pin_run_as_build:
python:
min_pin: x.x
Expand All @@ -67,8 +67,6 @@ target_platform:
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- c_stdlib_version
- cdt_name
- cuda_compiler
- cuda_compiler_version
- docker_image
Expand Down

This file was deleted.

This file was deleted.

Loading