This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg] Add support for vectorizing convs that have different types.
ClosedPublic

Authored by hanchung on Nov 1 2022, 4:46 PM.

Diff Detail

Event Timeline

hanchung created this revision.Nov 1 2022, 4:46 PM
Herald added a project: Restricted Project. · View Herald Transcript
hanchung requested review of this revision.Nov 1 2022, 4:46 PM
dcaballe accepted this revision.Nov 1 2022, 4:59 PM

Thanks for the quick fix!

This revision is now accepted and ready to land.Nov 1 2022, 4:59 PM
hanchung updated this revision to Diff 472684.Nov 2 2022, 10:43 AM

switch to check CastOpInterface.

dcaballe accepted this revision.Nov 2 2022, 10:56 AM
hanchung retitled this revision from [mlir][linalg] Add support for vectorizing quantized convs. to [mlir][linalg] Add support for vectorizing convs that have different types..Nov 2 2022, 11:02 AM