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]