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
[SYCL] Update OpenCL-ICD dependency to let it build with MinGW (#7864)
MinGW doesn't provide 'windows.management.deployment.h', which made
compilation much more difficult.
See upstream commit:
KhronosGroup/OpenCL-ICD-Loader@4aa6837
This patch has been split from #7859
after a discusion:
>>Could you please clarify why uplift of ocl loader version is required?
> The reason is this upstream commit:
KhronosGroup/OpenCL-ICD-Loader@4aa6837
>It refactors 'apppackage' driver loader from WinRT API to raw WinAPI.
The problem was that this specific WinRT API was not present in MinGW,
so it would need extra work to make it compile. Upstream update just
lets avoiding this extra work.
>I took the tip of the master for an update, but I believe any commit
starting with
KhronosGroup/OpenCL-ICD-Loader@4aa6837
should be enough to fix the issue.
0 commit comments