This is an archive of the discontinued LLVM Phabricator instance.

[mlir][sparse][gpu] make computeType mandatory
ClosedPublic

Authored by K-Wu on Jun 2 2023, 11:29 AM.

Diff Detail

Event Timeline

K-Wu created this revision.Jun 2 2023, 11:29 AM
K-Wu updated this revision to Diff 527977.Jun 2 2023, 2:26 PM

finished

K-Wu published this revision for review.Jun 2 2023, 2:27 PM
aartbik accepted this revision.Jun 2 2023, 2:35 PM
aartbik added inline comments.
mlir/include/mlir/Dialect/GPU/IR/GPUOps.td
2093–2100

you removed the ::mlir:: here but not below, I would use one style

2148

see above, strange mix of styles

This revision is now accepted and ready to land.Jun 2 2023, 2:35 PM
K-Wu updated this revision to Diff 527988.Jun 2 2023, 2:37 PM
K-Wu marked 2 inline comments as done.

fix style

mlir/include/mlir/Dialect/GPU/IR/GPUOps.td
2148

Good catch! THanks!

K-Wu updated this revision to Diff 527989.Jun 2 2023, 2:37 PM

rebase origin/main

This revision was landed with ongoing or failed builds.Jun 2 2023, 2:48 PM
This revision was automatically updated to reflect the committed changes.