Skip to content
#

mlir

Here are 21 public repositories matching this topic...

teqdruid
teqdruid commented Jul 13, 2021

In ODS we currently use the following all over the place: let printer = "return ::print(p, *this);"; Since this relies on C++'s function overloading, when it can't find a print for a particular operation, all of the visible print methods get dumped into the error message.

We should switch over to let printer = "return ::print$cppClass(p, *this);"; to disambiguate by name and avoid the lon

Improve this page

Add a description, image, and links to the mlir topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the mlir topic, visit your repo's landing page and select "manage topics."

Learn more