This is an archive of the discontinued LLVM Phabricator instance.

[mlir][sparse] support integral types i32,i16,i8 for *numerical* values
ClosedPublic

Authored by aartbik on Apr 6 2021, 5:20 PM.

Details

Summary

Some sparse matrices operate on integral values (in contrast with the common
f32 and f64 values). This CL expands the compiler and runtime support to deal
with several common type combinations.

Diff Detail

Event Timeline

aartbik created this revision.Apr 6 2021, 5:20 PM
aartbik requested review of this revision.Apr 6 2021, 5:21 PM
aartbik edited the summary of this revision. (Show Details)Apr 6 2021, 5:22 PM
aartbik added reviewers: bixia, penpornk, tatianashp.
bixia accepted this revision.Apr 7 2021, 8:10 AM
This revision is now accepted and ready to land.Apr 7 2021, 8:10 AM