iree-org / iree-llvm-sandbox

A sandbox for quick iteration and experimentation on projects related to IREE, MLIR, and LLVM
Apache License 2.0
54 stars 31 forks source link

[Triton] Implement jit decorator that uses our own compilation pipeline. #724

Closed ingomueller-net closed 1 year ago

ingomueller-net commented 1 year ago

This depends on #723 and its dependencies.

This PR establishes and end-to-end connection! We are now able to run programs written in (an extremely restricted subset of) the Triton language through our compiler (on a CPU).