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
Hi @kbenzie, thank you for looking into this issue. I am building the intel\llvm compiler with CUDA backend support, so no, I am not changing any of the UR configs. It is downloaded and compiled automatically. You can try reproducing the issue with 2024-12-16, 2024-12-18, 2024-12-19 builds , for example, https://github.com/intel/llvm/tree/nightly-2024-12-19
Build with MSVC fails with an error message "source\adapters\cuda\device.cpp(1257): error C4703: potentially uninitialized local pointer variable 'Event' used". https://github.com/oneapi-src/unified-runtime/blob/76a96238d911500294c709efbb10d0a6661244f6/source/adapters/cuda/device.cpp#L1242C3-L1242C11
It started failing after 5bc8c92 which removes default initializer for CUEvent.
Here was the correct initialization:
8e56347#diff-641b75ae8137280ac68523353cbb6eb8059f8581b35261d7a96d179a478229bcL1238
The text was updated successfully, but these errors were encountered: