Nicolas Miller

Results 58 comments of Nicolas Miller
trafficstars

> The ROCm LLVM based AMD GPU compiler is open source in github so it may be possible to use that to generate correct CFI information. There were some recent...

We've had the `ROCk module is loaded` issue happen as well, but we haven't found a good preventative measure for it either, when that happens it usually requires either to...

cc @andykaylor any thoughts on this? Your patch linked is NFC so I don't really see how it would have changed the behavior, but maybe you have ideas on the...

cc @steffenlarsen @aelovikov-intel any ideas on this? We have limited access to gen12 so haven't been able to figure it out. We could maybe mark the test unsupported/xfail to unblock...

Hello, As I understand it the [2023-WW27](https://github.com/intel/llvm/releases/tag/2023-WW27) release is just for OpenCL RT for Intel CPU and FPGA emulator, not a general DPC++ release. I believe the specific issue you...

Could you also remove it from the match file (it "xfails" the test for the UR CTS scripts): * https://github.com/oneapi-src/unified-runtime/blob/main/test/conformance/context/context_adapter_hip.match#L1

This ended up introducing some bugs and we have refactored the base event since, so closing this.

This has been implemented in: * UR: https://github.com/oneapi-src/unified-runtime/pull/1796 * DPC++: https://github.com/intel/llvm/pull/14333 Which should make it possible to get the same information, we're also investigating some SYCL compat changes to make...

The two CUDA E2E failures were unrelated so this should be good to merge.