Arvind Sudarsanam
Arvind Sudarsanam
Hi @jinge90 Can you please provide a 1-2 line description for this change? Thanks
Recently added sycl/test/matrix/matrix-bfloat16-test-use.cpp needs to be updated to remove 'experimental'.
some of the tests use from_bits though it has been made private. Also, sycl/test/extensions/bfloat16_host.cpp header file location for bfloat16.h needs to be corrected.
@kbobrovs We have some functions that get marked with 'always_inline' attribute inside lower ESIMD pass even though they have been marked as entry points. This patch adds 'noinline' attribute to...
Hi @bader Thanks so much for your comments. Based on all the comments, I am convinced that this PR is a workaround for a much bigger problem. The issue seems...
Hi @fineg74 Is this an active PR? Please let me know if I needed to review this. Sorry for delay. Thanks
Hi @karolherbst We will take a look at this and provide you an update soon. Thanks for your patience. Sincerely
I am able to reproduce the error with the latest intel/llvm compiler. We have the following code here: ``` %_ptr_CrossWorkgroup_v3ulong = OpTypePointer CrossWorkgroup %v3ulong ... %__spirv_BuiltInGlobalInvocationId = OpVariable %_ptr_CrossWorkgroup_v3ulong CrossWorkgroup...
Hi @karolherbst Sorry for break in pursuing this. I am actively looking at this now and provide a resolution. Interestingly, when I compile and run using the latest tools in...
Not sure about that. SPIR-V Tools do seem to cover OpenCL SPIR-V environment spec as well. Here is a list of issues being tracked there. https://github.com/KhronosGroup/SPIRV-Tools/milestone/6 This issue has also...