-
Notifications
You must be signed in to change notification settings - Fork 829
Description
commit id: 3e6e148
commit date: Mon Feb 9 18:45:16 2026 -0800
SPIRV-Tools commit id: fbe4f3ad913c44fe8700545f8ffe35d1382b7093
SPIRV-Headers commit id: 04f10f650d514df88b76d25e83db360142c7b174
This is very odd because I don't see these tests erroring in the offload test suite CI machines but I do see them failing locally. The commits all seem really new so its a mystery.
dxc-3.7 --version
libdxcompiler.so: 1.10(5201-3e6e1485)(1.9.0.15201)
The commit id of the binary matches git (3e6e148).
CLI command: <DXC_BUILD_DIR>/bin/dxc-3.7 -spirv -fspv-target-env=vulkan1.3 -T cs_6_5 -Fo source.tmp.o source.hlsl
- FAIL: OffloadTest-vk :: Feature/HLSLLib/isinf.32.test (2 of 338)
fatal error: generated SPIR-V is invalid: The Component Type of Vector 1 must be the same as ResultType.
%56 = OpVectorShuffle %v4bool %55 %53 4 5 2 3
- FAIL: OffloadTest-vk :: Feature/HLSLLib/or.test (3 of 338)
fatal error: generated SPIR-V is invalid: The Component Type of Vector 1 must be the same as ResultType.
%67 = OpVectorShuffle %v4bool %66 %64 4 5 2 3
- FAIL: OffloadTest-vk :: WaveOps/WaveReadLaneAt.Bool.test (4 of 338)
fatal error: generated SPIR-V is invalid: The Component Type of Vector 1 must be the same as ResultType.
%60 = OpVectorShuffle %v4bool %59 %56 4 5 2 3
- FAIL: OffloadTest-vk :: Feature/HLSLLib/and.test (5 of 338)
fatal error: generated SPIR-V is invalid: The Component Type of Vector 1 must be the same as ResultType.
%67 = OpVectorShuffle %v4bool %66 %64 4 5 2 3
Full output
********************
Testing:
FAIL: OffloadTest-vk :: Feature/HLSLLib/isinf.32.test (2 of 338)
******************** TEST 'OffloadTest-vk :: Feature/HLSLLib/isinf.32.test' FAILED ********************
Exit Code: 5
Command Output (stderr):
--
/mnt/DevDrive/projects/llvm_builds/llvm_rel_with_debug_offload/bin/split-file /mnt/DevDrive/projects/offload-test-suite/test/Feature/HLSLLib/isinf.32.test /mnt/DevDrive/projects/llvm_builds/llvm_rel_with_debug_offload/tools/OffloadTest/test/vk/Feature/HLSLLib/Output/isinf.32.test.tmp # RUN: at line 58
+ /mnt/DevDrive/projects/llvm_builds/llvm_rel_with_debug_offload/bin/split-file /mnt/DevDrive/projects/offload-test-suite/test/Feature/HLSLLib/isinf.32.test /mnt/DevDrive/projects/llvm_builds/llvm_rel_with_debug_offload/tools/OffloadTest/test/vk/Feature/HLSLLib/Output/isinf.32.test.tmp
"/mnt/DevDrive/projects/DXC_Debug_BUILD/bin/dxc-3.7" -spirv -fspv-target-env=vulkan1.3 -T cs_6_5 -Fo /mnt/DevDrive/projects/llvm_builds/llvm_rel_with_debug_offload/tools/OffloadTest/test/vk/Feature/HLSLLib/Output/isinf.32.test.tmp.o /mnt/DevDrive/projects/llvm_builds/llvm_rel_with_debug_offload/tools/OffloadTest/test/vk/Feature/HLSLLib/Output/isinf.32.test.tmp/source.hlsl # RUN: at line 59
+ /mnt/DevDrive/projects/DXC_Debug_BUILD/bin/dxc-3.7 -spirv -fspv-target-env=vulkan1.3 -T cs_6_5 -Fo /mnt/DevDrive/projects/llvm_builds/llvm_rel_with_debug_offload/tools/OffloadTest/test/vk/Feature/HLSLLib/Output/isinf.32.test.tmp.o /mnt/DevDrive/projects/llvm_builds/llvm_rel_with_debug_offload/tools/OffloadTest/test/vk/Feature/HLSLLib/Output/isinf.32.test.tmp/source.hlsl
fatal error: generated SPIR-V is invalid: The Component Type of Vector 1 must be the same as ResultType.
%56 = OpVectorShuffle %v4bool %55 %53 4 5 2 3
note: please file a bug report on https://github.com/Microsoft/DirectXShaderCompiler/issues with source code if possible
FAIL: OffloadTest-vk :: Feature/HLSLLib/or.test (3 of 338)
******************** TEST 'OffloadTest-vk :: Feature/HLSLLib/or.test' FAILED ********************
Exit Code: 5
Command Output (stderr):
--
/mnt/DevDrive/projects/llvm_builds/llvm_rel_with_debug_offload/bin/split-file /mnt/DevDrive/projects/offload-test-suite/test/Feature/HLSLLib/or.test /mnt/DevDrive/projects/llvm_builds/llvm_rel_with_debug_offload/tools/OffloadTest/test/vk/Feature/HLSLLib/Output/or.test.tmp # RUN: at line 73
+ /mnt/DevDrive/projects/llvm_builds/llvm_rel_with_debug_offload/bin/split-file /mnt/DevDrive/projects/offload-test-suite/test/Feature/HLSLLib/or.test /mnt/DevDrive/projects/llvm_builds/llvm_rel_with_debug_offload/tools/OffloadTest/test/vk/Feature/HLSLLib/Output/or.test.tmp
"/mnt/DevDrive/projects/DXC_Debug_BUILD/bin/dxc-3.7" -spirv -fspv-target-env=vulkan1.3 -T cs_6_5 -Fo /mnt/DevDrive/projects/llvm_builds/llvm_rel_with_debug_offload/tools/OffloadTest/test/vk/Feature/HLSLLib/Output/or.test.tmp.o /mnt/DevDrive/projects/llvm_builds/llvm_rel_with_debug_offload/tools/OffloadTest/test/vk/Feature/HLSLLib/Output/or.test.tmp/source.hlsl # RUN: at line 74
+ /mnt/DevDrive/projects/DXC_Debug_BUILD/bin/dxc-3.7 -spirv -fspv-target-env=vulkan1.3 -T cs_6_5 -Fo /mnt/DevDrive/projects/llvm_builds/llvm_rel_with_debug_offload/tools/OffloadTest/test/vk/Feature/HLSLLib/Output/or.test.tmp.o /mnt/DevDrive/projects/llvm_builds/llvm_rel_with_debug_offload/tools/OffloadTest/test/vk/Feature/HLSLLib/Output/or.test.tmp/source.hlsl
fatal error: generated SPIR-V is invalid: The Component Type of Vector 1 must be the same as ResultType.
%67 = OpVectorShuffle %v4bool %66 %64 4 5 2 3
note: please file a bug report on https://github.com/Microsoft/DirectXShaderCompiler/issues with source code if possible
Testing:
FAIL: OffloadTest-vk :: WaveOps/WaveReadLaneAt.Bool.test (4 of 338)
******************** TEST 'OffloadTest-vk :: WaveOps/WaveReadLaneAt.Bool.test' FAILED ********************
Exit Code: 5
Command Output (stderr):
--
/mnt/DevDrive/projects/llvm_builds/llvm_rel_with_debug_offload/bin/split-file /mnt/DevDrive/projects/offload-test-suite/test/WaveOps/WaveReadLaneAt.Bool.test /mnt/DevDrive/projects/llvm_builds/llvm_rel_with_debug_offload/tools/OffloadTest/test/vk/WaveOps/Output/WaveReadLaneAt.Bool.test.tmp # RUN: at line 64
+ /mnt/DevDrive/projects/llvm_builds/llvm_rel_with_debug_offload/bin/split-file /mnt/DevDrive/projects/offload-test-suite/test/WaveOps/WaveReadLaneAt.Bool.test /mnt/DevDrive/projects/llvm_builds/llvm_rel_with_debug_offload/tools/OffloadTest/test/vk/WaveOps/Output/WaveReadLaneAt.Bool.test.tmp
"/mnt/DevDrive/projects/DXC_Debug_BUILD/bin/dxc-3.7" -spirv -fspv-target-env=vulkan1.3 -T cs_6_5 -Fo /mnt/DevDrive/projects/llvm_builds/llvm_rel_with_debug_offload/tools/OffloadTest/test/vk/WaveOps/Output/WaveReadLaneAt.Bool.test.tmp.o /mnt/DevDrive/projects/llvm_builds/llvm_rel_with_debug_offload/tools/OffloadTest/test/vk/WaveOps/Output/WaveReadLaneAt.Bool.test.tmp/source.hlsl # RUN: at line 65
+ /mnt/DevDrive/projects/DXC_Debug_BUILD/bin/dxc-3.7 -spirv -fspv-target-env=vulkan1.3 -T cs_6_5 -Fo /mnt/DevDrive/projects/llvm_builds/llvm_rel_with_debug_offload/tools/OffloadTest/test/vk/WaveOps/Output/WaveReadLaneAt.Bool.test.tmp.o /mnt/DevDrive/projects/llvm_builds/llvm_rel_with_debug_offload/tools/OffloadTest/test/vk/WaveOps/Output/WaveReadLaneAt.Bool.test.tmp/source.hlsl
fatal error: generated SPIR-V is invalid: The Component Type of Vector 1 must be the same as ResultType.
%60 = OpVectorShuffle %v4bool %59 %56 4 5 2 3
note: please file a bug report on https://github.com/Microsoft/DirectXShaderCompiler/issues with source code if possible
********************
Testing:
FAIL: OffloadTest-vk :: Feature/HLSLLib/and.test (5 of 338)
******************** TEST 'OffloadTest-vk :: Feature/HLSLLib/and.test' FAILED ********************
Exit Code: 5
Command Output (stderr):
--
/mnt/DevDrive/projects/llvm_builds/llvm_rel_with_debug_offload/bin/split-file /mnt/DevDrive/projects/offload-test-suite/test/Feature/HLSLLib/and.test /mnt/DevDrive/projects/llvm_builds/llvm_rel_with_debug_offload/tools/OffloadTest/test/vk/Feature/HLSLLib/Output/and.test.tmp # RUN: at line 73
+ /mnt/DevDrive/projects/llvm_builds/llvm_rel_with_debug_offload/bin/split-file /mnt/DevDrive/projects/offload-test-suite/test/Feature/HLSLLib/and.test /mnt/DevDrive/projects/llvm_builds/llvm_rel_with_debug_offload/tools/OffloadTest/test/vk/Feature/HLSLLib/Output/and.test.tmp
"/mnt/DevDrive/projects/DXC_Debug_BUILD/bin/dxc-3.7" -spirv -fspv-target-env=vulkan1.3 -T cs_6_5 -Fo /mnt/DevDrive/projects/llvm_builds/llvm_rel_with_debug_offload/tools/OffloadTest/test/vk/Feature/HLSLLib/Output/and.test.tmp.o /mnt/DevDrive/projects/llvm_builds/llvm_rel_with_debug_offload/tools/OffloadTest/test/vk/Feature/HLSLLib/Output/and.test.tmp/source.hlsl # RUN: at line 74
+ /mnt/DevDrive/projects/DXC_Debug_BUILD/bin/dxc-3.7 -spirv -fspv-target-env=vulkan1.3 -T cs_6_5 -Fo /mnt/DevDrive/projects/llvm_builds/llvm_rel_with_debug_offload/tools/OffloadTest/test/vk/Feature/HLSLLib/Output/and.test.tmp.o /mnt/DevDrive/projects/llvm_builds/llvm_rel_with_debug_offload/tools/OffloadTest/test/vk/Feature/HLSLLib/Output/and.test.tmp/source.hlsl
fatal error: generated SPIR-V is invalid: The Component Type of Vector 1 must be the same as ResultType.
%67 = OpVectorShuffle %v4bool %66 %64 4 5 2 3
note: please file a bug report on https://github.com/Microsoft/DirectXShaderCompiler/issues with source code if possible
--
Metadata
Metadata
Assignees
Labels
Type
Projects
Status