NVIDIA / grcuda

Polyglot CUDA integration for the GraalVM
Other
222 stars 19 forks source link

Adding Unit Tests for arrays, buildkernel, and bindkernel #3

Closed muellren closed 5 years ago

muellren commented 5 years ago

Adds unit tests for DeviceArray, MultiDimArray, and the buildkernel and bindkernel functions.

It also contains fixes for Checkstyle errors that were missed in the initial public release.