Releases: NVIDIA/grcuda
Releases · NVIDIA/grcuda
grCUDA 0.1.1
- Fixed unboxing issue for multi-dimensional arrays.
- Added
copyTo()andcopyFrom()methods toDeviceArrayin order to support direct data copies between grCUDA device arrays and NumPy arrays. - Added
getdevices()to fetch a list of visible devices, andgetdevice()to fetch a specific device. A device object an be queried for its CUDA properties.
grCUDA 0.1.0
First release of grCUDA as presented at Oracle Code One 2019