From e90b56e411867bca5d053b276a6319cfb3db62cb Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Fri, 10 Jun 2022 18:08:50 -0400 Subject: [PATCH] [mlir][vulkan] Add missing '<>' in test IRs to fix test --- mlir/test/mlir-vulkan-runner/time.mlir | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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>) -- 2.7.4