[BUG] PCA Dense CUML23.08 CUDA12
Closed this issue · 6 comments
Please don't use cuml-23.08 with cuda 12.
PCA will fail for larger datasets
@Intron7
Hello, I also caught the error as you mentioned in the rapidsai/cuml#5555.
So, did you fix this bug now?
And whether I need to downgrade CUDA 12 to 11.8 to work with cuml-23.08 (rapids-23.08)?
My ENV:
CUDA Version: 12.2
rapids-23.12
cuml-23.12.0a55
@xflicsu i can't fix this bug. It's a bug that I reported to the rapids team a while ago. However so far it has not been fixed. The purple label rapids-bug indicate bugs that are on rapids side and are beyond my control to fix.
So for the time being I recommend to use the 11.8 version of rapids.
@Intron7 Hi, I also encountered a similar problem, do you have a good solution now? I used CUDA 12.1
and rapids==24.08
, 3ks!
I really don't have a good solution. Other than to use CUDA-11.8
. But from what I have heard it will be fixed with rapids-24.08
I really don't have a good solution. Other than to use
CUDA-11.8
. But from what I have heard it will be fixed withrapids-24.08
OK,thanks for you quick reply, I tried rapids==24.08a and found that the problem still exists. But the official CUDA version is 12.0 and 12.2, I use 12.1 . I will continue to try, thank you again.