The scripts for updating the daily and release versions are located in their respective folders, namely, the "daily" folder and the "release" folder. Now the release version is dev1.5.1.
Note: daily/update_daily_musart.sh is only used for torch_musa CI, please don't use it to update.
bash release/update_release_mccl.sh
bash release/update_release_mudnn.sh
bash release/update_release_musa_toolkits.sh
Note: Currently, the musa toolkits consist of the following components: musa_runtime, mcc, musify, muFFT, muBLAS, muPP, and muRAND.
bash release/update_release_all.sh
Note: This will update release MCCL, release MUDNN and release MUSA Toolkits at once.
bash daily/update_daily_mccl.sh
bash daily/update_daily_mudnn.sh
bash daily/update_daily_musa_toolkits.sh
Note: Currently, the musa toolkits consist of the following components: musa_runtime, mcc, musify, muFFT, muBLAS, muPP, and muRAND.
bash daily/update_daily_all.sh
Note: This will update daily MCCL, daily MUDNN and daily MUSA Toolkits at once.
bash install_math.sh [-w] [-c] [-r] [-s] [-a] [-t] [-b]
#view the help information
bash install_math.sh -h
Note: There is no separate release version for the math library and only the latest version is available.