rapidsai / rmm

RAPIDS Memory Manager
https://docs.rapids.ai/api/rmm/stable/
Apache License 2.0
495 stars 198 forks source link

WIP: put a ceiling on cuda-python #1723

Closed jameslamb closed 3 weeks ago

jameslamb commented 3 weeks ago

Description

Follow-up to #1720

Contributes to https://github.com/rapidsai/build-planning/issues/116

That PR used != requirements to skip a particular version of cuda-python that rmm was incompatible with. A newer version of cuda-python (12.6.2 for CUDA 12, 11.8.5 for CUDA 11) was just released, and it also causes some build issues for RAPIDS libraries: https://github.com/rapidsai/cuvs/pull/445#issuecomment-2461146449

To unblock CI across RAPIDS, this proposes temporarily switching to ceilings on rmm's cuda-python dependency.

Checklist

vyasr commented 3 weeks ago

/merge