-
Notifications
You must be signed in to change notification settings - Fork 150
[WIP][JAVA] Fix cudaGetDeviceProperties symbol name to bind correctly for CUDA > 12 #1280
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
[WIP][JAVA] Fix cudaGetDeviceProperties symbol name to bind correctly for CUDA > 12 #1280
Conversation
… vs 13 (and future)
|
@mythrocks @ldematte @ChrisHegarty @chatman One thing I'd like to make sure we're considering here is that the The solution we've used on RAFT is to call this only once and cache off the results. This is one of the reasons we provide this as an explicit resource inside the Please note that |
|
@cjnolet: Thanks for the heads-up. This should be easy enough for us to address: We can cache the results per device. |
|
@cjnolet: We can add caching as part of #1267, under the assumption that we don't support GPUs that might appear later on. (E.g. a Thunderbolt device was plugged in later, etc.) Question: Similar to |
|
For the record, the suggestion from this PR is being rolled into #1273. |
++ on this question
Yep; I think that the functions using I'll make sure to fully address this as part of #1267; btw, if we go down the route of using raft |
|
This served to showcase a workaround for #1273, and has been used in that PR, so I can close this (which was just meant to be a demo). |
See #1273 (comment)