[Mlir-commits] [mlir] e90b56e - [mlir][vulkan] Add missing '<>' in test IRs to fix test

Lei Zhang llvmlistbot at llvm.org
Fri Jun 10 15:09:36 PDT 2022


Author: Lei Zhang
Date: 2022-06-10T18:09:12-04:00
New Revision: e90b56e411867bca5d053b276a6319cfb3db62cb

URL: https://github.com/llvm/llvm-project/commit/e90b56e411867bca5d053b276a6319cfb3db62cb
DIFF: https://github.com/llvm/llvm-project/commit/e90b56e411867bca5d053b276a6319cfb3db62cb.diff

LOG: [mlir][vulkan] Add missing '<>'  in test IRs to fix test

Added: 
    

Modified: 
    mlir/test/mlir-vulkan-runner/time.mlir

Removed: 
    


################################################################################
diff  --git a/mlir/test/mlir-vulkan-runner/time.mlir b/mlir/test/mlir-vulkan-runner/time.mlir
index b73c9b4972101..fb153a21316c1 100644
--- a/mlir/test/mlir-vulkan-runner/time.mlir
+++ b/mlir/test/mlir-vulkan-runner/time.mlir
@@ -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>)


        


More information about the Mlir-commits mailing list