-
-
Notifications
You must be signed in to change notification settings - Fork 249
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
Enable OpenJ9 CUDA support if the SDK is installed on aarch64 #2855
base: master
Are you sure you want to change the base?
Conversation
This is a year old and seems to work (presumably it hasn't been reviewed because it was in draft while it underwent testing) so it would be good to push it in if no-one objects - tagging @andrew-m-leonard |
I didn't look, but I would hope there's a way to arrange to use a different version, i.e. the hard-coded path doesn't override an explicitly specified |
Signed-off-by: Stewart X Addison <[email protected]>
Signed-off-by: Stewart X Addison <[email protected]>
this has been stale for over a year, converting to "draft", if no longer needed please close. |
I do want this in and working, although it may be superceded by the recent changes in #3735 ... |
Now that #3735 is in, this should just add aarch64 to the set of supported architectures for CUDA. |
We don't enable this as a matter of course, since our cloud machines do not have the CUDA development kit installed, but for anyone that has the CUDA 10.2 toolkit installed on a device such as the Jetson Nano (thread), this will enable the CUDA support to be built into OpenJ9.
Signed-off-by: Stewart X Addison [email protected]