-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Intel graphics compiler fails to build #293
Comments
IGC doesn't support LLVM-16 yet: #289. Please build it against LLVM-14. |
It depends on other components that are already built using llvm16. |
Are there any instructions on compiling intel-graphics-conpiler without any prebuilts? |
Hello. No. Not yet. It keeps looking for projectd in unexpected places. However, if you are properly tracking it elsewhere, please close this bug.On 8/18/23, 11:59 Artem Gindinson ***@***.***> wrote:
Hi @ht990332, was the source-based build successful? Can we close this issue, given that LLVM 16 support is being tracked in #289?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
@ht990332, just to clarify, do these errors persist with LLVM 14-based components (as per @vmustya/@pszymich's advice) and CMake options updated to something like below for source-based build?
|
@ht990332 if you check @AGindinson 's tips and further problems emerge please reopen. |
cmake -B build -S intel-graphics-compiler
-G 'Unix Makefiles'
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_INSTALL_PREFIX=/usr
-DBUILD_SHARED_LIBS:BOOL=ON
-DCMAKE_INSTALL_LIBDIR=lib
-DIGC_OPTION__ARCHITECTURE_TARGET='Linux64'
-DIGC_OPTION__LINK_KHRONOS_SPIRV_TRANSLATOR=ON
-DIGC_OPTION__SPIRV_TOOLS_MODE=Prebuilds
-DIGC_OPTION__SPIRV_TRANSLATOR_MODE=Prebuilds
-DIGC_OPTION__LLVM_MODE=Prebuilds
-DIGC_OPTION__USE_PREINSTALLED_SPRIV_HEADERS=ON
-DIGC_OPTION__VC_INTRINSICS_MODE=Prebuilds
-DIGC_OPTION__LLVM_PREFERRED_VERSION=16.0.6
-DINSTALL_GENX_IR=ON
-Wno-dev
build.log
The text was updated successfully, but these errors were encountered: