tensorflow / mlir

"Multi-Level Intermediate Representation" Compiler Infrastructure
1.74k stars 260 forks source link

Add a short TableGen HowTo to tutorial chapter 2. #228

Closed ombre5733 closed 5 years ago

ombre5733 commented 5 years ago

Add a note to chapter 2 of the Toy tutorial stating how to invoke mlir-tblgen to check the generated C++ code. IMHO this is incredibly useful when getting acquainted with TableGen/ODS.

River707 commented 5 years ago

Thanks for the improvement!

joker-eph commented 5 years ago

I agree: looking at TableGen output is incredibly helpful! I thought I included it in the first version of the tutorial, maybe it was lost during the refresh. Thanks for the contribution :)