In addition to reducing code repetition, this also helps ensure that the various API functions follow the naming convention of mlir::sparse_tensor::primaryTypeFunctionSuffix (e.g., due to typos in the repetitious code).
Depends On D125428
Paths
| Differential D125431
[mlir][sparse] Restyling macros in the runtime library ClosedPublic Authored by wrengr on May 11 2022, 4:34 PM.
Details Summary In addition to reducing code repetition, this also helps ensure that the various API functions follow the naming convention of mlir::sparse_tensor::primaryTypeFunctionSuffix (e.g., due to typos in the repetitious code). Depends On D125428
Diff Detail
Event TimelineHerald added subscribers: sdasgup3, wenzhicui, Chia-hungDuan and 17 others. · View Herald Transcript Comment Actions I like this a lot! You will have to rebase for my complex change (sorry), but good to submit without review after that. This revision is now accepted and ready to land.May 16 2022, 1:19 PM Closed by commit rG1313f5d3071c: [mlir][sparse] Restyling macros in the runtime library (authored by wrengr). · Explain WhyMay 16 2022, 4:43 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 429894 mlir/lib/ExecutionEngine/SparseTensorUtils.cpp
|