shinmorino / sqaod

Solvers/annealers for simulated quantum annealing on CPU and CUDA(NVIDIA GPU).
https://github.com/shinmorino/sqaod/wiki
Other
81 stars 21 forks source link

Test cases for 2d kernels with (65535 < rows). #31

Closed shinmorino closed 6 years ago

shinmorino commented 6 years ago

Relating to #11, tests for cases where (65535 < rows) are needed since the y size of max 2D grid is 65535.

shinmorino commented 6 years ago

transform2d() and transformBlock2d() are introduced for 2d grid whose height is larger than 65535. DeviceTransfrom2dTest is introduced for tests. All commits have been made by 2018d0214290b5c616f8569a5d5a2e817b3df9f5.