This is an archive of the discontinued LLVM Phabricator instance.

[mlir][sparse][gpu] remove tuple as one of the spmm_buffer_size output type
ClosedPublic

Authored by K-Wu on Jun 16 2023, 5:48 PM.

Diff Detail

Event Timeline

K-Wu created this revision.Jun 16 2023, 5:48 PM
Herald added a reviewer: aartbik. · View Herald Transcript
Herald added a reviewer: dcaballe. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
K-Wu requested review of this revision.Jun 16 2023, 5:48 PM
aartbik accepted this revision.Jun 16 2023, 5:53 PM
aartbik added inline comments.
mlir/lib/Conversion/GPUCommon/GPUToLLVMConversion.cpp
1749

no whitespace

This revision is now accepted and ready to land.Jun 16 2023, 5:53 PM
K-Wu updated this revision to Diff 532342.Jun 16 2023, 5:54 PM

rm todo in test case

K-Wu updated this revision to Diff 532352.Jun 16 2023, 7:40 PM

fix errors and test cases