-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SEGFAULT on GPU version compiled with Clang #3475
Comments
It seems we have several CUDA bugs to fix. |
It is not CUDA bug, but bug with our original OpenCL GPU version. |
I want to add that the
|
Allowing tests to fail and running our CI script further, we can see that all examples work OK but example Notebook fails with Log:
|
Compilation goes OK, but then the first test fails
What I have already tried with no luck:
std::move
from [ci] [R-package] Fix memory leaks found by valgrind #3443 (comment)How to reproduce: simply change
gcc
toclang
hereLightGBM/.vsts-ci.yml
Line 22 in 7e2f353
The text was updated successfully, but these errors were encountered: