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
We have only one pretty small compiler test for sampler handling https://github.com/intel/llvm/blob/sycl/clang/test/CodeGenSYCL/stream.cpp .
The real stream class implemented in SYCL library is much more complicated than the simple class used in the test.
This test should be extended to check more and we probably need Sema test as well.
The text was updated successfully, but these errors were encountered:
We have only one pretty small compiler test for sampler handling https://github.com/intel/llvm/blob/sycl/clang/test/CodeGenSYCL/stream.cpp .
The real stream class implemented in SYCL library is much more complicated than the simple class used in the test.
This test should be extended to check more and we probably need Sema test as well.
The text was updated successfully, but these errors were encountered: