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
IGC is being built with the exact dependency versions/commits specified in the release page, using the 'Source' build way (no 'PreBuilds' dependencies).
Not sure if it matters, but IGC in this setup is being built with IGC_OPTION__LINK_KHRONOS_SPIRV_TRANSLATOR=OFF. If setted to ON, the cmake configuration fails.
And changing IGC_OPTION__USE_KHRONOS_SPIRV_TRANSLATOR_IN_SC to ON or OFF does not make any difference in the problem.
When compiling compute-runtime,
ocloc
fails with a lot of 'undefined reference' errors, such like these ones:A complete error log is attached here.
IGC is being built with the exact dependency versions/commits specified in the release page, using the 'Source' build way (no 'PreBuilds' dependencies).
The last good IGC + Neo versions that compiled fine were 1.0.15610.11 + 23.48.27912.11 respectively. These errors appeared since versions 1.0.15770.11 + 23.52.28202.14.
Another user opened this issue in the compute-runtime repository, and an Intel developer told to report it here, as it seems to be in the IGC side.
System information:
The text was updated successfully, but these errors were encountered: