Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "libamdsmi"]
path = libamdsmi
url = https://github.com/ROCm/amdsmi.git
branch = release/rocm-rel-7.0
branch = release/rocm-rel-7.2
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -85,15 +85,15 @@ BUILD_DIR := $(DOCS_DIR)/_build
HTML_DIR := $(BUILD_DIR)/html

# library branch to build amdsmi libraries
AMDSMI_BRANCH ?= rocm-7.0.0
AMDSMI_COMMIT ?= 37d158ab4578409909213f9cd085aad3efaeb170
AMDSMI_BRANCH ?= rocm-7.2.0
AMDSMI_COMMIT ?= 91c1f541d74ed5d9fe8094a2a22922e5fa021c62
PROJECT_VERSION ?= "1.4.0"

EXCLUDE_PATTERN := "libamdsmi"
GO_PKG := $(shell go list ./... 2>/dev/null | grep github.com/ROCm/device-config-manager | egrep -v ${EXCLUDE_PATTERN})

export ${AMDSMI_BRANCH}
export ${AMDSMI_COMMIT}
export AMDSMI_BRANCH
export AMDSMI_COMMIT

include Makefile.build
include Makefile.compile
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ For more details, please refer to [_docs/developerguide.md_](https://github.com/
- Ubuntu 22.04, Ubuntu 24.04

## RDC version
- ROCM 6.3, ROCM 6.4, ROCM 7.0
- ROCM 6.3, ROCM 6.4, ROCM 7.0, ROCM 7.1, ROCM 7.2

## Documentation

Expand Down
812 changes: 541 additions & 271 deletions assets/amd_smi_lib/x86_64/AZURE3/lib/amdsmi.h

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/amd_smi_lib/x86_64/AZURE3/lib/libamd_smi.so
1 change: 0 additions & 1 deletion assets/amd_smi_lib/x86_64/AZURE3/lib/libamd_smi.so.25

This file was deleted.

Binary file not shown.
1 change: 1 addition & 0 deletions assets/amd_smi_lib/x86_64/AZURE3/lib/libamd_smi.so.26
Binary file not shown.
812 changes: 541 additions & 271 deletions assets/amd_smi_lib/x86_64/RHEL9/lib/amdsmi.h

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/amd_smi_lib/x86_64/RHEL9/lib/libamd_smi.so
1 change: 0 additions & 1 deletion assets/amd_smi_lib/x86_64/RHEL9/lib/libamd_smi.so.25

This file was deleted.

Binary file not shown.
1 change: 1 addition & 0 deletions assets/amd_smi_lib/x86_64/RHEL9/lib/libamd_smi.so.26
Binary file not shown.
2 changes: 1 addition & 1 deletion assets/amd_smi_lib/x86_64/RHEL9/lib/libdrm.so.2
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion assets/amd_smi_lib/x86_64/RHEL9/lib/libdrm_amdgpu.so.1
Binary file not shown.
Binary file not shown.
Loading