Skip to content

grCUDA 0.1.1

Latest
Compare
Choose a tag to compare
@muellren muellren released this 29 Oct 10:42
· 17 commits to master since this release
0c08896
  • Fixed unboxing issue for multi-dimensional arrays.
  • Added copyTo() and copyFrom() methods to DeviceArray in order to support direct data copies between grCUDA device arrays and NumPy arrays.
  • Added getdevices() to fetch a list of visible devices, and getdevice() to fetch a specific device. A device object an be queried for its CUDA properties.