Skip to content

Commit 0504c0d

Browse files
committed
Clean up
1 parent 6dc9061 commit 0504c0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/test/Target/SPIRV/group-ops.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
spirv.module Logical GLSL450 requires #spirv.vce<v1.3,
99
[Shader, Linkage, SubgroupBallotKHR, Groups, GroupNonUniformArithmetic, GroupUniformArithmeticKHR],
10-
[SPV_KHR_storage_buffer_storage_class, SPV_KHR_shader_ballot, SPV_INTEL_subgroups, SPV_KHR_uniform_group_instructions]> {
10+
[SPV_KHR_storage_buffer_storage_class, SPV_KHR_shader_ballot, SPV_KHR_uniform_group_instructions]> {
1111
// CHECK-LABEL: @subgroup_ballot
1212
spirv.func @subgroup_ballot(%predicate: i1) -> vector<4xi32> "None" {
1313
// CHECK: %{{.*}} = spirv.KHR.SubgroupBallot %{{.*}}: vector<4xi32>

0 commit comments

Comments
 (0)