Skip to content

Commit

Permalink
check fusion in quantized matmul reassociation lit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Max191 authored and github-actions[bot] committed Dec 5, 2023
1 parent 35875e3 commit 6bb718a
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ module {
// REASSOCIATE-CHECK: %[[INITMATMUL:.+]] = tensor.empty() : tensor<11008x32xi32>
// REASSOCIATE-CHECK: %[[FILLMATMUL:.+]] = linalg.fill ins(%[[C0I32]]
// REASSOCIATE-CHECK-SAME: outs(%[[INITMATMUL]] :
// REASSOCIATE-CHECK: %[[DISP:.+]] = flow.dispatch.region
// REASSOCIATE-CHECK: %[[GENMATMUL:.+]] = linalg.generic
// REASSOCIATE-CHECK-SAME: indexing_maps = [#[[MAP3]], #[[MAP4]], #[[MAP5]]]
// REASSOCIATE-CHECK-SAME: iterator_types = ["parallel", "parallel", "reduction"]
Expand All @@ -122,4 +123,5 @@ module {
// REASSOCIATE-CHECK: %[[RESUBF:.+]] = arith.subf %[[REMULF1]], %[[REMULF3]] : f32
// REASSOCIATE-CHECK: %[[READDF:.+]] = arith.addf %[[RESUBF]], %[[REOUT0]] : f32
// REASSOCIATE-CHECK: linalg.yield %[[READDF]] : f32
// REASSOCIATE-CHECK: return %[[GENREASSOCIATE]]
// REASSOCIATE-CHECK: flow.return %[[GENREASSOCIATE]]
// REASSOCIATE-CHECK: return %[[DISP]]

0 comments on commit 6bb718a

Please sign in to comment.