Steffen Larsen
Steffen Larsen
> @steffenlarsen > > > #8609 disabled the use of native memcpy2d backend calls in the L0 plugin due to a bug for non-USM pointers > > so is that...
https://github.com/KhronosGroup/SYCL-Docs/pull/514 has been merged. This is ready for review!
Sorry, grabbed the wrong tag. @intel/llvm-reviewers-runtime - Friendly ping.
> I didn't really review the code closely, but I ran some test cases. Everything looked good, except this one which won't compile: > > ``` > const sycl::vec v4{0};...
https://github.com/KhronosGroup/SYCL-Docs/pull/514 has been merged. This is ready for review! Keep in mind that it is based on https://github.com/intel/llvm/pull/13012.
Discussing this with Andrei, we agreed that the proposed variant was too intrusive on the signatures compared to the new spec definitions. Instead, I have moved the operators to new...
@konradkusiak97 - I do not know for certain if the exact issue is as I described, but I would say the quote is a glaring issue compared to the semantics...
Thank you, @konradkusiak97! Would you mind checking if we can reenable the profiling tag tests on HIP?
Hi @CaoZhongZ! The sycl_ext_oneapi_prod extension was implemented in https://github.com/intel/llvm/pull/13555. I am closing this issue as resolved as a result. Please let us know if you have any other problems.
Eventually the forward progress query logic should be moved to the backends. I am open to alternatives to the design, but I am definitely in favor of adding it to...