You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ok 0
fail 1 trivial_device_copy D->H failed: cudaErrorInvalidValue: invalid argument
fail 2 trivial_device_copy D->H failed: cudaErrorInvalidValue: invalid argument
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
ok 9
Expected behavior
All values in range(10) should have worked
Environment details (please complete the following information):
python 3.10.12
23.10.00 in a CUDA 11.8 container (layers on top of a RAPIDS base image)
Ubuntu 20.04 w/ CUDA 12.2 on a NVIDIA GeForce RTX 3080 Ti
Have no tried on other systems yet
The text was updated successfully, but these errors were encountered:
Describe the bug
cuml.UMAP(n_epochs=n)
fails to transform() for n=1 and n=2Steps/Code to reproduce bug
=>
Expected behavior
All values in
range(10)
should have workedEnvironment details (please complete the following information):
23.10.00
in a CUDA 11.8 container (layers on top of a RAPIDS base image)NVIDIA GeForce RTX 3080 Ti
The text was updated successfully, but these errors were encountered: