Shilei Tian
Shilei Tian
### Environment - OS and Version: macOS 12.4 - VS Code Version: 1.69.2 - C/C++ Extension Version: v1.11.4 - Other extensions you installed (and if the issue persists after disabling...
Here is a small case to reproduce: ```C++ #include class KernelFunctor { public: void operator()(cl::sycl::nd_item Item) { const auto GID = Item.get_global_id(); } }; int main() { cl::sycl::queue Queue; cl::sycl::device...
Currently we don't escape subnormal values when generating image data. In sampler read tests, we use `!=` to check the two values even when it is floating-point data, which requires...