Setting Up the Initial CMake for my TVM project
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...
my-tvm-from-scratch-1.hashnode.dev3 min read