What Is PassContext? A PassContext is a contextual object that exists during the execution of IR passes. It acts as a shared environment to configure and control the behavior of optimization passes without hard-coding logic into each one. If you’re f...
Introduction: The Role of Intermediate Representations Our compiler's Intermediate Representation (IR) serves as the crucial bridge between high-level ONNX models and optimized executable code. This post documents my implementation of a minimal Relay...
https://docs.ton.org/learn/tvm-instructions/tvm-overview What are messages and what are transactions? ✉️ Message - the things that happens in between two contracts. It carries a little bit of coins and arbitrary data to a contract address. 💎 Transa...
CMake is a powerful tool used for managing the build process in C++ projects. It’s designed to be cross-platform, allowing you to easily configure and build your project on multiple operating systems. This blog shows the initial CMake configuration f...
Installation pip install git+https://github.com/eduNEXT/tvm.git If you get the following error after installation of tvm, you can use an alternative to fix it. jayram@jayram:~$ tvm --version Command 'tvm' not found, did you mean: command 'gvm' f...