-
Notifications
You must be signed in to change notification settings - Fork 519
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
Remove throw spec from omp.h for clang #558
Conversation
I suspect the memory error is due to race condition |
@hcho3 in CI ? |
@larroy Yes, the memory error you can see in Travis CI is intermittent |
@hcho3 can we merge this? I need it for an MXNet PR. |
Merging this for now. I'll create a new issue about failing tests for dmlc_exception and std_exception. |
seems it's not failing due to double free anymore. |
@larroy should this be |
I think the intention was to fix it for Android only, when using clang, hence &&, don't remember the details. But see that we are compiling with Clang in CI for a while, why did it start failing now? |
This fixes compilation with OMP using the Clang compiler.