Mayur G D
Mayur G D
@cjnolet Hi facing this error while executing HDBSCAN ``` terminate called after throwing an instance of 'raft::cuda_error' what(): CUDA error encountered at: file=_deps/raft-src/cpp/include/raft/cudart_utils.h line=267: call='cudaMemcpyAsync(d_ptr1, d_ptr2, len * sizeof(Type),cudaMemcpyDeviceToDevice, stream)',...
@beckernick thanks for the response. I am in the process of upgrading my rapids docker image to version 23.02. Will update ones that is done. Require one suggestion regarding HDBSCAN...
@beckernick I updated rapids to v23.02 using rapidsai/rapidsai-core:23.02-cuda11.2-runtime-ubuntu20.04-py3.8 image. I still get 'raft::cuda_error' for the above mentioned example **Error Logs:** databricks driver logs show > terminate called after throwing an...