This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg] Convert input type to accumulator type in im2col patterns
ClosedPublic

Authored by qedawkins on Mar 24 2023, 9:59 AM.

Details

Summary

When the input types don't match the accumulator type in named
convolution ops there is supposed to be a conversion to the accumulator
type before the multiply and accumulate.

Diff Detail

Event Timeline

qedawkins created this revision.Mar 24 2023, 9:59 AM
qedawkins requested review of this revision.Mar 24 2023, 9:59 AM
ThomasRaoux accepted this revision.Mar 24 2023, 1:04 PM
This revision is now accepted and ready to land.Mar 24 2023, 1:04 PM