Stefan Werner
Results
3
comments of
Stefan Werner
Does this imply that sub_group_mask is unreliable in general on all hardware with more than 32 wide sub groups?
Example of code that would not compile: ``` #include using namespace sycl; int main(int argc, char **argv) { queue q; int *out = malloc_shared(1024, q); q.submit([&](handler &h) { h.parallel_for(range(1024), [=](sycl::id...
This used to work until commit 85acfa24169fe47fc8b23ada866c42ba0a587647