From: Lei Zhang Date: Fri, 10 Jun 2022 22:08:50 +0000 (-0400) Subject: [mlir][vulkan] Add missing '<>' in test IRs to fix test X-Git-Tag: upstream/15.0.7~5135 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e90b56e411867bca5d053b276a6319cfb3db62cb;p=platform%2Fupstream%2Fllvm.git [mlir][vulkan] Add missing '<>' in test IRs to fix test --- diff --git a/mlir/test/mlir-vulkan-runner/time.mlir b/mlir/test/mlir-vulkan-runner/time.mlir index b73c9b4..fb153a2 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, #spv.resource_limits> + #spv.vce, #spv.resource_limits<>> } { gpu.module @kernels { gpu.func @kernel_add(%arg0 : memref<16384xf32>, %arg1 : memref<16384xf32>, %arg2 : memref<16384xf32>)