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
I use Clang 19, LLD and LLVM libc++ for my toolchain. CMAKE invocation: cmake -B build-igc -S igc -G Ninja -Wno-dev -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX="" -DIGC_OPTION__LLVM_PREFERRED_VERSION="15.0.0" -DIGC_OPTION__ARCHITECTURE_TARGET="Linux64" -DINSTALL_SPIRVDLL=0 -DINSTALL_GENX_IR=On
I have tested tags:
[v2.2,3]
[v2.1.12]
[igc-1.0.17791.9]
[igc-1.0.17537.20]
[igc-1.0.17384.11]
[igc-1.0.17193.4]
I have tested Clang 18 and 17 with the same result.
I have tested stable LLVM-14.0.0 and 140 branches instead of 15.0.0 and 150 experimental branches as well with the same result.
The text was updated successfully, but these errors were encountered:
Apologies for not getting back here with information.
I was able to move past this issue with -Wl,--undefined-version but I've been hitting
In file included from /zizzy/build/intel-graphics-compiler/src/igc/IGC/AdaptorOCL/ocl_igc_interface/impl/igc_ocl_translation_ctx_impl.h:12:
In file included from /zizzy/build/intel-graphics-compiler/src/igc/IGC/AdaptorOCL/ocl_igc_interface/impl/igc_ocl_device_ctx_impl.h:16:
In file included from /zizzy/build/intel-graphics-compiler/src/igc/IGC/AdaptorOCL/cif/cif/../cif/export/cif_main_impl.h:15:
/zizzy/build/intel-graphics-compiler/src/igc/IGC/AdaptorOCL/cif/cif/../cif/export/registry.h:49:59: error: a template argument list is expected after a name prefixed by the template keyword [-Wmissing-template-arg-list-after-template-kw]
49 | return CIF::InterfaceCreator<Interface>::template CreateInterfaceVer(version, version, parent);
| ^
1 error generated.
this now. :( I may have to open another ticket for that.
When compiling igc I'm running into the following result:
I use Clang 19, LLD and LLVM libc++ for my toolchain. CMAKE invocation:
cmake -B build-igc -S igc -G Ninja -Wno-dev -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX="" -DIGC_OPTION__LLVM_PREFERRED_VERSION="15.0.0" -DIGC_OPTION__ARCHITECTURE_TARGET="Linux64" -DINSTALL_SPIRVDLL=0 -DINSTALL_GENX_IR=On
I have tested tags:
[v2.2,3]
[v2.1.12]
[igc-1.0.17791.9]
[igc-1.0.17537.20]
[igc-1.0.17384.11]
[igc-1.0.17193.4]
I have tested Clang 18 and 17 with the same result.
I have tested stable LLVM-14.0.0 and 140 branches instead of 15.0.0 and 150 experimental branches as well with the same result.
The text was updated successfully, but these errors were encountered: