Skip to content

Commit 7d43c59

Browse files
committed
Remove unnecessary check in test
1 parent fa3b44e commit 7d43c59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/test/Conversion/GPUToSPIRV/lookup-target-env.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// RUN: mlir-opt --spirv-attach-target='caps=Shader exts=SPV_KHR_storage_buffer_storage_class' --convert-gpu-to-spirv %s -o - | FileCheck %s
22

33
module attributes {gpu.container_module} {
4-
// CHECK-LABEL: spirv.module @{{.*}} GLSL450 requires #spirv.vce<v1.0, [Shader], [SPV_KHR_storage_buffer_storage_class]> {
4+
// CHECK-LABEL: spirv.module @{{.*}} GLSL450
55
gpu.module @kernels {
66
// CHECK: spirv.func @load_kernel
77
// CHECK-SAME: %[[ARG:.*]]: !spirv.ptr<!spirv.struct<(!spirv.array<48 x f32, stride=4> [0])>, StorageBuffer> {spirv.interface_var_abi = #spirv.interface_var_abi<(0, 0)>})

0 commit comments

Comments
 (0)