Skip to content

Commit

Permalink
fix x86_64 test
Browse files Browse the repository at this point in the history
  • Loading branch information
hanhanW committed Jan 15, 2024
1 parent f47b76f commit 3b753e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ hal.executable private @matmul_partially_peel {
}
}
}
// CHECK-DAG: #[[CONFIG:.+]] = #iree_codegen.lowering_config<tile_sizes = {{\[}}[129, 8, 0], [129, 8, 0], [0, 0, 0], [8, 32, 0], [0, 0, 16], [0, 0, 0]]>
// CHECK-DAG: #[[CONFIG:.+]] = #iree_codegen.lowering_config<tile_sizes = {{\[}}[129, 8, 0], [129, 8, 0], [0, 0, 0], [8, 8, 0], [0, 0, 16], [0, 0, 0]]>
// CHECK-DAG: #[[TRANSLATION:.+]] = #iree_codegen.translation_info<CPUDoubleTilingPeelingExpert>
// CHECK: hal.executable.export public @matmul_partially_peel
// CHECK-SAME: translation_info = #[[TRANSLATION]]
Expand Down

0 comments on commit 3b753e0

Please sign in to comment.