Hello,
I’m trying to install TVM and I would like to change the C++ compiler into something other than the default. Where do I define which CXX to use during the build process?
Thanks,
Hello,
I’m trying to install TVM and I would like to change the C++ compiler into something other than the default. Where do I define which CXX to use during the build process?
Thanks,
I figured out that the following is possible. In make/config.mk,
export CXX = ‘alternative-compiler’