We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa3b44e commit 7d43c59Copy full SHA for 7d43c59
mlir/test/Conversion/GPUToSPIRV/lookup-target-env.mlir
@@ -1,7 +1,7 @@
1
// RUN: mlir-opt --spirv-attach-target='caps=Shader exts=SPV_KHR_storage_buffer_storage_class' --convert-gpu-to-spirv %s -o - | FileCheck %s
2
3
module attributes {gpu.container_module} {
4
- // CHECK-LABEL: spirv.module @{{.*}} GLSL450 requires #spirv.vce<v1.0, [Shader], [SPV_KHR_storage_buffer_storage_class]> {
+ // CHECK-LABEL: spirv.module @{{.*}} GLSL450
5
gpu.module @kernels {
6
// CHECK: spirv.func @load_kernel
7
// 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