This commit converts these types from typedefs to newtypes. In addition this allows cleaning up some other code (because we couldn't overload things by type before), such as the TensorExp constructor.
Depends On D146691
Differential D146693
[mlir][sparse] Introducing newtypes for TensorId, LoopId, TensorLoopId wrengr on Mar 22 2023, 10:55 PM. Authored by
Details
This commit converts these types from typedefs to newtypes. In addition this allows cleaning up some other code (because we couldn't overload things by type before), such as the TensorExp constructor. Depends On D146691
Diff Detail
Event Timeline
|