Skip to content

Commit

Permalink
Merge pull request #293 from mgorny/cufile
Browse files Browse the repository at this point in the history
Enable the use of libcufile
  • Loading branch information
hmaarrfk authored Nov 28, 2024
2 parents 38bbc26 + d9c52f3 commit 78ea0ce
Show file tree
Hide file tree
Showing 38 changed files with 279 additions and 743 deletions.
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

0 comments on commit 78ea0ce

Please sign in to comment.