rapidsai / xgboost-feedstock

A conda-smithy repository for xgboost.
BSD 3-Clause "New" or "Revised" License
0 stars 3 forks source link

Enable CUDA 12 ARM builds #29

Closed jakirkham closed 1 year ago

jakirkham commented 1 year ago

Fixes https://github.com/rapidsai/xgboost-feedstock/issues/31

When integrating upstream changes into this feedstock, CUDA 12 ARM builds were kept off (they haven't yet been supported here) ( https://github.com/rapidsai/xgboost-feedstock/pull/28#discussion_r1304878573 ). This is due to the fact that this feedstock depends on building with RMM, which isn't built for CUDA 12 ARM yet.

In this PR, CUDA 12 ARM builds are enabled. This still depends on a CUDA 12 ARM build of RMM. So the jobs here will fail until RMM is built for CUDA 12 ARM. Still this provides a place to track this work and build XGBoost for CUDA 12 ARM once RMM is available. This should be fixed by PR ( https://github.com/rapidsai/rmm/pull/1330 )

bdice commented 1 year ago

We'd like to rerun CI on this job but it's too old to rerun CI (over 30 days old) and I lack permissions to push to jakirkham-feedstocks/xgboost-feedstock. I'm not sure how to proceed so we're going to put xgboost CUDA 12 + ARM support on hold for the moment.