issues
search
NVIDIA
/
grcuda
Polyglot CUDA integration for the GraalVM
Other
222
stars
19
forks
source link
Provide access to Device Properties
#14
Closed
muellren
closed
5 years ago
muellren
commented
5 years ago
Allow users to extract device properties from
cudaGetDeviceProperties()
and/or
cudaDeviceGetAttributes
.
Allow users to get a list containing all currently visible devices.
Get and set current device
cudaGetDeviceProperties()
and/orcudaDeviceGetAttributes
.