This is an archive of the discontinued LLVM Phabricator instance.

[mlir][linalg] Add matmul -> tiling -> GPU -> vectorization lowering example
ClosedPublic

Authored by springerm on Jul 26 2023, 2:25 PM.

Diff Detail

Event Timeline

springerm created this revision.Jul 26 2023, 2:25 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 26 2023, 2:25 PM
springerm requested review of this revision.Jul 26 2023, 2:25 PM
springerm retitled this revision from [mlir][linalg][WIP] Add matmul -> tiling -> GPU -> vectorization lowering example to [mlir][linalg] Add matmul -> tiling -> GPU -> vectorization lowering example.Sep 4 2023, 1:40 AM
springerm edited the summary of this revision. (Show Details)
springerm updated this revision to Diff 555687.Sep 4 2023, 1:41 AM
springerm edited the summary of this revision. (Show Details)

rebase

nicolasvasilache accepted this revision.Sep 4 2023, 3:56 AM

nice, thanks!

This revision is now accepted and ready to land.Sep 4 2023, 3:56 AM