Skip to content

Latest commit

 

History

History
70 lines (60 loc) · 2.26 KB

README.md

File metadata and controls

70 lines (60 loc) · 2.26 KB

Introduction

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.

Update Release Libraries

Release MCCL

bash release/update_release_mccl.sh

Release MUDNN:

bash release/update_release_mudnn.sh

Release MUSA Toolkits

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.

All Release Libraries

bash release/update_release_all.sh

Note: This will update release MCCL, release MUDNN and release MUSA Toolkits at once.

Update Daily Libraries

Daily MCCL

bash daily/update_daily_mccl.sh

Daily MUDNN:

bash daily/update_daily_mudnn.sh

Daily MUSA Toolkits

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.

All Daily Libraries

bash daily/update_daily_all.sh

Note: This will update daily MCCL, daily MUDNN and daily MUSA Toolkits at once.

Math Libraries

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.