rapidsai / legate-boost

GBM implementation on Legate
https://rapidsai.github.io/legate-boost/
Apache License 2.0
8 stars 6 forks source link

only build and test on CUDA 12 #141

Closed jameslamb closed 1 month ago

jameslamb commented 1 month ago

Contributes to #115

legate-core and cunumeric are not currently shipping packages that support CUDA 11.x. Talked about this offline with @RAMitchell , and we decided to only build and test again CUDA 12 here in legate-boost CI.

This will also have the nice side effect of simplifying conda packaging a bit (as some package names on conda-forge changed between CUDA 11 and CUDA 12).

jameslamb commented 1 month ago

I'll continue with this once the changes in #140 are merged in. Think we'll need them to help solve the new testing environment.