Alexey Sachkov
Alexey Sachkov
> Are we allowed to discard a requirement just because they are contradictory? From https://intel.github.io/llvm-docs/design/OptionalDeviceFeatures.html: > > > For a kernel that is decorated with the [[sycl::reqd_work_group_size(W)]] or [[sycl::reqd_sub_group_size(S)]] attribute,...
Ideally, we should never have a need to disable a test on a particular kind of device, because all optional functionality should be checked through aspects. However, there could be...
This should be addressed by #13976