From a28d7ebea2bfb7b5eb0e6a1a527741ed0417b5f2 Mon Sep 17 00:00:00 2001 From: Nirvedh Meshram Date: Tue, 14 Jan 2025 12:13:06 -0600 Subject: [PATCH] Prefetch shared memory fix tests Signed-off-by: Nirvedh Meshram --- .../LLVMGPU/test/ROCDL/config_igemm_tile_and_fuse.mlir | 4 ++-- .../Codegen/LLVMGPU/test/ROCDL/config_tile_and_fuse.mlir | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/compiler/src/iree/compiler/Codegen/LLVMGPU/test/ROCDL/config_igemm_tile_and_fuse.mlir b/compiler/src/iree/compiler/Codegen/LLVMGPU/test/ROCDL/config_igemm_tile_and_fuse.mlir index d8af22e58664..cf170ef7d930 100644 --- a/compiler/src/iree/compiler/Codegen/LLVMGPU/test/ROCDL/config_igemm_tile_and_fuse.mlir +++ b/compiler/src/iree/compiler/Codegen/LLVMGPU/test/ROCDL/config_igemm_tile_and_fuse.mlir @@ -76,7 +76,7 @@ func.func @nhwc_conv_unaligned_mfma() { // CHECK-LABEL: func.func @nhwc_conv_unaligned_mfma // CHECK-SAME: #iree_codegen.translation_info, // CHECK-LABEL: func.func @unaligned_to_intrinsic_batched_matmul // CHECK-SAME: #iree_codegen.translation_info} +// CHECK-SAME: {gpu_pipeline_options = #iree_gpu.pipeline_options} // CHECK: linalg.batch_matmul {{.*}}lowering_config = #iree_gpu.lowering_config // CHECK-SAME: padding = [1, 16, 16, 4] // CHECK-SAME: promote_operands = [0, 1, 2] @@ -306,7 +306,7 @@ func.func @unaligned_to_intrinsic_batched_matmul_tiling_check(%lhs : tensor<12x5 // CHECK-LABEL: func.func @unaligned_to_intrinsic_batched_matmul_tiling_check // CHECK-SAME: #iree_codegen.translation_info} +// CHECK-SAME: {gpu_pipeline_options = #iree_gpu.pipeline_options} // CHECK: linalg.batch_matmul {{.*}}lowering_config = #iree_gpu.lowering_config // CHECK-SAME: padding = [1, 16, 512, 4] // CHECK-SAME: promote_operands = [0, 1, 2]