bug-code
bug-code
You need to specify cuda compiler as nvcc
I get the same error, compile with cuml v22.12.00 cuda11.5 ubuntu 22.04 , compile command is ./build.sh libcuml cuml tests -v -g -n. how to fix it, bro?
thank a lot ,it's helpful > I think you may try the latest cuml 23.10, which was updated to use [RelWithDebInfo](https://github.com/rapidsai/cuml/blob/ef7a61db4f8675d2d51e8069624412ff17723b4d/build.sh#L171) for "-g" option. Or you may turn on [CUDA_ENABLE_KERNEL_INFO...