Skip to content

Commit

Permalink
rocm_sdk_builder 6.1.1-2 release
Browse files Browse the repository at this point in the history
Signed-off-by: Mika Laitio <[email protected]>
  • Loading branch information
lamikr committed Jun 16, 2024
1 parent f24e969 commit 84d9c19
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
18 changes: 10 additions & 8 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
ROCM SDK Builder 6.1.1-2 (not yet released)
------------------------
- Received lot of help for as a feedback, and pull requests and other help.
Thanks and sorry if I forget to mention somebody!
ROCM SDK Builder 6.1.1-2 (2024-06-14)
-------------------------------------
Thanks for the following people for contributions, feedbacks, bugreporting and testing since the previous release
- daniandtheweb
- mritunjaymusale
- crizle
Expand All @@ -14,28 +13,31 @@ ROCM SDK Builder 6.1.1-2 (not yet released)
- eitch
- AngryLoki
- Tuleo1
- Support and testing done with multiple new Linux distributions
- Support added for a many Linux distributions thanks by the testing by others
- Fedora 40
- Ubuntu 24.04
- Ubuntu 22.04
- Linux Mint 21
- Arch Linux
- Manjaro
- New GPU's have been tested
- GPU's tested
- AMD RX 5500
- AMD RX 6600
- AMD RX 6800
- AMD RX 7800 XT
- AMD RX 7900 XTX
- AMD 680i Mobile / gfx1035
- gfx 1036?
- packages updated
- Packages updated to never releases
- python 3.9.19
- openmpi 5.0.3
- pytorch v2.3.1
- pytorch vision v0.18.1
- pytorch audio v2.3.1
- onnxruntime 1.18.0
- DeepSpeed v0.14.3
- build system improvements
- zstd v1.5.5
- Build System Improvements
- more heuristic approach for defining the CPU count used for building different apps
depending of the CPU count and ram available.
(To avoid running out of memory on some extensive apps like the llvm linking phase)
Expand Down
2 changes: 1 addition & 1 deletion binfo/build_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
export ROCM_MAJOR_VERSION=6
export ROCM_MINOR_VERSION=1
export ROCM_PATCH_VERSION=1
export ROCM_SDK_RELEASE_VERSION=1
export ROCM_SDK_RELEASE_VERSION=2

# Set BABS version information
# Stored in /opt/rocm_sdk_611/.info/rocm_sdk_builder
Expand Down

0 comments on commit 84d9c19

Please sign in to comment.