You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like checking the maximum grid size with alpaka::getAccDevProps<Acc>(dev) and launching a kernel with twice as many blocks does not fail, at least on some CPU backends.
#2331 updated the tests to only test what alpaka is already checking.
The main issue that launching a kernel with twice as many blocks as the maximum grid size does not fail on some CPU backends remains.
It looks like checking the maximum grid size with
alpaka::getAccDevProps<Acc>(dev)
and launching a kernel with twice as many blocks does not fail, at least on some CPU backends.See the discussion at #2331 (review) .
The text was updated successfully, but these errors were encountered: