-
Notifications
You must be signed in to change notification settings - Fork 6
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
AWS: OpenCL SELECT_PLATFORM #42
Comments
I don't intentionally set any environment variables to select GPU selection, as I don't know Hard-coding the device is a reasonable choice for this coursework (and this Usually you have some idea about whether a device is going to work better on The most general approach is to perform a small amount of benchmarking |
Thank you for the advise, and I appreciate the background information also, I didn't realize this is a common problem with various approaches, and the dynamic setup things are quite cool actually. |
I was wondering about how we should control the choice of platform+device when running on the g2.2xlarge. I currently use some environment variables (with the surprising cw3 names
HPCE_SELECT_PLATFORM
etc). Is that supported (will the benchmark make the best choice? And how do I know?). Or should test myself on the AMI and then hardcode my choices?I would like to hear your advise since I think option one can be tricky and I don't like the latter idea either (portability).
The text was updated successfully, but these errors were encountered: