From 0ce510126122c2d52b1f6d0264515ddf58217afa Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Fri, 9 Feb 2024 15:11:30 -0600 Subject: [PATCH] Remove libcufile on aarch64. --- dependencies.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/dependencies.yaml b/dependencies.yaml index 2a51cd1bb69..c4c2cd3c764 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -402,17 +402,11 @@ dependencies: - output_types: conda matrices: - matrix: - cuda: "11.*" arch: aarch64 packages: - # libcufile requires CUDA 12.2+ on aarch64 - - matrix: - cuda: "12.0" - arch: aarch64 - packages: - # libcufile requires CUDA 12.2+ on aarch64 - matrix: cuda: "12.*" + arch: x86_64 packages: - libcufile-dev - matrix: