Hi. Thinking that better later than never, I'd like to share the link to the project I worked on a year ago. It is a Haskell binding to TVM IR. It worked at the moment of its last update (a year ago).
https://github.com/grwlf/htvm Currently, I have no plans of maintaining it. The project consists of two parts: Low-level part which could translate TVM tensors into Haskell lists, and High-level part which defines Hasekll DSL for writing expressions. Those expressions produced C++ code which is could be compiled with GCC and executed. The EDSL syntax is demonstrated in tests like https://github.com/grwlf/htvm/blob/master/test/Main.hs#L555 (note, it supported an early version of Autodiff) --- [Visit Topic](https://discuss.tvm.ai/t/old-news-htvm-haskell-binding-to-tvm-ffi-outdated/6335/1) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discuss.tvm.ai/email/unsubscribe/a9c88ef239c3260b22b245daf00ab7ab58c763e387118a14a38a4cadc9800971).