-
Notifications
You must be signed in to change notification settings - Fork 7
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
Use a cross-platform sleep function to replace usleep #3
Comments
The above implementation might not be sufficient to make the GPU Timer test pass. |
In this thread some suggestions are made: From these the one that I like most, because of its simplicity, is this one:
Then use like this:
Maybe something similar to this could be used. Would this help? |
Add include and lib required for building with mxGPUArray support
see issue #2 |
Closing fixed by: https://github.com/BVLC/caffe/pull/3300/files |
or C++11
The text was updated successfully, but these errors were encountered: