View previous topic :: View next topic |
Author |
Message |
hbent n00b
Joined: 12 Nov 2008 Posts: 13
|
Posted: Sun Oct 06, 2024 4:44 pm Post subject: dev-libs/intel-compute-runtime build failing |
|
|
As the subject says, the latest version of intel-compute-runtime (24.35.30872.25) isn't building for me. I also get the same error building 24.35.30872.22. I have 24.35.30872.20 installed so the build definitely worked at some point recently. Looks like there is some sort of SPIR-V issue, but I'm not clear on exactly what's happening here. I thought it might be a USE flags issue but there doesn't appear to be anything related to SPIR-V that I can change. The error is this:
FAILED: bin/built_ins/x64/gen8/stateless_copy_buffer_to_buffer_stateless_bdw.spv /var/tmp/portage/dev-libs/intel-compute-runtime-24.35.30872.25/work/compute-runtime-24.35.30872.25_build/bin/built_ins/x64/gen8/stateless_copy_buffer_to_buffer_stateless_bdw.spv
cd /var/tmp/portage/dev-libs/intel-compute-runtime-24.35.30872.25/work/compute-runtime-24.35.30872.25/shared/source/built_ins/kernels && /usr/bin/cmake -E env LD_LIBRARY_PATH=:/var/tmp/portage/dev-libs/intel-compute-runtime-24.35.30872.25/work/compute-runtime-24.35.30872.25_build/bin /var/tmp/portage/dev-libs/intel-compute-runtime-24.35.30872.25/work/compute-runtime-24.35.30872.25_build/bin/ocloc-24.35.1 -q -file /var/tmp/portage/dev-libs/intel-compute-runtime-24.35.30872.25/work/compute-runtime-24.35.30872.25/shared/source/built_ins/kernels/copy_buffer_to_buffer_stateless.builtin_kernel -spv_only -device bdw -cl-intel-greater-than-4GB-buffer-required -64 -output stateless_copy_buffer_to_buffer_stateless -out_dir /var/tmp/portage/dev-libs/intel-compute-runtime-24.35.30872.25/work/compute-runtime-24.35.30872.25_build/bin/built_ins/x64/gen8 -options -cl-kernel-arg-info
RequiresExtension: Feature requires the following SPIR-V extension:
SPV_KHR_non_semantic_info
Let me know if there's any more relevant information I can provide. |
|
Back to top |
|
|
hbent n00b
Joined: 12 Nov 2008 Posts: 13
|
Posted: Sat Oct 19, 2024 6:39 pm Post subject: |
|
|
Ping? Is anyone else seeing anything like this? |
|
Back to top |
|
|
iescriva n00b
Joined: 30 Nov 2017 Posts: 2
|
Posted: Wed Oct 23, 2024 10:03 pm Post subject: Re: dev-libs/intel-compute-runtime build failing |
|
|
I'm having the same error.
You may need to enable SPIRV in LLVM_TARGETS but I can't confirm that right now.
hbent wrote: | As the subject says, the latest version of intel-compute-runtime (24.35.30872.25) isn't building for me. I also get the same error building 24.35.30872.22. I have 24.35.30872.20 installed so the build definitely worked at some point recently. Looks like there is some sort of SPIR-V issue, but I'm not clear on exactly what's happening here. I thought it might be a USE flags issue but there doesn't appear to be anything related to SPIR-V that I can change. The error is this:
FAILED: bin/built_ins/x64/gen8/stateless_copy_buffer_to_buffer_stateless_bdw.spv /var/tmp/portage/dev-libs/intel-compute-runtime-24.35.30872.25/work/compute-runtime-24.35.30872.25_build/bin/built_ins/x64/gen8/stateless_copy_buffer_to_buffer_stateless_bdw.spv
cd /var/tmp/portage/dev-libs/intel-compute-runtime-24.35.30872.25/work/compute-runtime-24.35.30872.25/shared/source/built_ins/kernels && /usr/bin/cmake -E env LD_LIBRARY_PATH=:/var/tmp/portage/dev-libs/intel-compute-runtime-24.35.30872.25/work/compute-runtime-24.35.30872.25_build/bin /var/tmp/portage/dev-libs/intel-compute-runtime-24.35.30872.25/work/compute-runtime-24.35.30872.25_build/bin/ocloc-24.35.1 -q -file /var/tmp/portage/dev-libs/intel-compute-runtime-24.35.30872.25/work/compute-runtime-24.35.30872.25/shared/source/built_ins/kernels/copy_buffer_to_buffer_stateless.builtin_kernel -spv_only -device bdw -cl-intel-greater-than-4GB-buffer-required -64 -output stateless_copy_buffer_to_buffer_stateless -out_dir /var/tmp/portage/dev-libs/intel-compute-runtime-24.35.30872.25/work/compute-runtime-24.35.30872.25_build/bin/built_ins/x64/gen8 -options -cl-kernel-arg-info
RequiresExtension: Feature requires the following SPIR-V extension:
SPV_KHR_non_semantic_info
Let me know if there's any more relevant information I can provide. |
|
|
Back to top |
|
|
|