This pull request includes updates to the installation scripts and submodule references to support newer versions of LLVM and Ubuntu, as well as adding a new installation script for AMD.
Installation script updates:
install.sh, maint/scripts/installation.sh: Updated the LLVM version checks to support Ubuntu 22.04 for LLVM versions greater than 17.0.0.
This pull request includes updates to the installation scripts and submodule references to support newer versions of LLVM and Ubuntu, as well as adding a new installation script for AMD.
Installation script updates:
install.sh
,maint/scripts/installation.sh
: Updated the LLVM version checks to support Ubuntu 22.04 for LLVM versions greater than 17.0.0.maint/scripts/installation.sh
: Added settingCUDA_DEVICE_ORDER
toPCI_BUS_ID
in the environment variables.New installation script:
install_amd.sh
: Added a new script to install dependencies, configure LLVM, and set up the TVM submodule for AMD.Submodule update:
3rdparty/tvm
: Updated the submodule commit reference to the latest version.