Skip to content

Commit

Permalink
debug: skip CUDA-on-aarch64; don't emulate but x-compile
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Sep 17, 2022
1 parent 4cb6ef9 commit 55a3c2b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 17 deletions.
32 changes: 16 additions & 16 deletions .ci_support/migrations/cuda_112_ppc64le_aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,24 +18,24 @@ __migrator:
use_local: true
commit_message: "Rebuild for cuda for ppc64le and aarch64"

arm_variant_type: # [aarch64]
- sbsa # [aarch64]
arm_variant_type: # [1 != 1]
- sbsa # [1 != 1]

c_compiler_version: # [aarch64]
- 10 # [aarch64]
cxx_compiler_version: # [aarch64]
- 10 # [aarch64]
fortran_compiler_version: # [aarch64]
- 10 # [aarch64]
c_compiler_version: # [1 != 1]
- 10 # [1 != 1]
cxx_compiler_version: # [1 != 1]
- 10 # [1 != 1]
fortran_compiler_version: # [1 != 1]
- 10 # [1 != 1]

cuda_compiler_version: # [aarch64]
- 11.2 # [aarch64]
cuda_compiler_version: # [1 != 1]
- 11.2 # [1 != 1]

cudnn: # [aarch64]
- 8 # [aarch64]
cudnn: # [1 != 1]
- 8 # [1 != 1]

cdt_name: # [aarch64]
- cos7 # [aarch64]
cdt_name: # [1 != 1]
- cos7 # [1 != 1]

docker_image: # [os.environ.get("BUILD_PLATFORM", "").startswith("linux") and aarch64]
- quay.io/condaforge/linux-anvil-aarch64-cuda:11.2 # [aarch64 and os.environ.get("BUILD_PLATFORM") == "linux-aarch64"]
-docker_image: # [1 != 1]
- - quay.io/condaforge/linux-anvil-aarch64-cuda:11.2 # [1 != 1]
1 change: 1 addition & 0 deletions conda-forge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ bot:
- 7.0.x
- 8.0.x
build_platform:
linux_aarch64: linux_64
linux_ppc64le: linux_64
osx_arm64: osx_64
conda_forge_output_validation: true
Expand Down
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ build:
# CUDA builds on ppc64le currently run out of time on Travis CI.
# It may be possible to move these to cross-compilation, but this will take additional work.
# Hence this is skipped for now until this can be addressed.
skip: true # [linux and ppc64le and cuda_compiler_version != "None"]
skip: true # [linux and (aarch64 or ppc64le) and cuda_compiler_version != "None"]
run_exports:
- {{ pin_subpackage("arrow-cpp", max_pin="x.x.x") }}

Expand Down

0 comments on commit 55a3c2b

Please sign in to comment.