naoyam / physis

High-level framework for stencil computations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reduction of 2D grids results in a thrust error

naoyam opened this issue · comments

Changing the dimension of a test case for 3D reduction, test_12.c, to 2 results in the following error with the CUDA backend:

terminate called after throwing an instance of 'thrust::system::system_error'
what(): invalid argument

The original 3D test case works.