The goal of this tutorial is to show a simple example on how to generate ptx from the llvm ir and how to write the IR itself to access cuda features. For the sake of demonstration a language frontend ...
This repo presents my solutions to selected exercises from Thomas W. Parsons book, Introduction To Compiler Construction. The solutions for the recursive descent parser (exercise 3.13) and the related ...