Skip to content

Commit ede9a10

Browse files
mateuszchudykvmaksimo
authored andcommitted
[Backport to 14] Add missing requirement spirv-dis in GroupAndSubgroupInstructions.spvasm test (#2759)
1 parent 2614a27 commit ede9a10

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/GroupAndSubgroupInstructions.spvasm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
; intel_sub_group_block_read(image, coord);
2727
; intel_sub_group_block_write(image, coord, c);
2828
; }
29+
30+
; REQUIRES: spirv-dis
2931
; clang -cc1 -O2 -triple spir -cl-std=cl2.0 -finclude-default-header -cl-ext=+all source.cl -emit-llvm-bc -o tmp.bc
3032
; llvm-spirv tmp.bc --spirv-ext=+all -o tmp.spv
3133
; spirv-dis tmp.spv -o llvm-spirv/test/GroupAndSubgroupInstructions.spvasm

0 commit comments

Comments
 (0)