Skip to content

Commit 2f2170e

Browse files
Remove 'import cuda.bindings.cudla' tests
1 parent 8b9e0c1 commit 2f2170e

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

recipe/recipe.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,6 @@ outputs:
7575
- if: linux
7676
then: python -c "import cuda.bindings.cufile"
7777
- python -c "import cuda.bindings.nvml"
78-
- if: aarch64
79-
then: python -c "import cuda.bindings.cudla"
8078
requirements:
8179
run:
8280
# Range (not pinned to python_min) so the test env can use the
@@ -196,8 +194,6 @@ outputs:
196194
- python -c "import cuda.bindings.nvml"
197195
- if: linux
198196
then: python -c "import cuda.bindings.cufile"
199-
- if: aarch64
200-
then: python -c "import cuda.bindings.cudla"
201197
requirements:
202198
run:
203199
- cuda-nvcc

0 commit comments

Comments
 (0)