[mlir][vulkan] Add missing '<>' in test IRs to fix test
authorLei Zhang <antiagainst@google.com>
Fri, 10 Jun 2022 22:08:50 +0000 (18:08 -0400)
committerLei Zhang <antiagainst@google.com>
Fri, 10 Jun 2022 22:09:12 +0000 (18:09 -0400)
mlir/test/mlir-vulkan-runner/time.mlir

index b73c9b4..fb153a2 100644 (file)
@@ -7,7 +7,7 @@
 module attributes {
   gpu.container_module,
   spv.target_env = #spv.target_env<
-    #spv.vce<v1.0, [Shader], [SPV_KHR_storage_buffer_storage_class]>, #spv.resource_limits>
+    #spv.vce<v1.0, [Shader], [SPV_KHR_storage_buffer_storage_class]>, #spv.resource_limits<>>
 } {
   gpu.module @kernels {
     gpu.func @kernel_add(%arg0 : memref<16384xf32>, %arg1 : memref<16384xf32>, %arg2 : memref<16384xf32>)