-
Notifications
You must be signed in to change notification settings - Fork 766
{lib}[GCCcore/14.2.0] amdsmi v25.4.2 w/ ROCm 6.4.1 #23279
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
{lib}[GCCcore/14.2.0] amdsmi v25.4.2 w/ ROCm 6.4.1 #23279
Conversation
…tches: amdsmi-25.4.2_handle-non-standard-rocm-paths.patch
|
Arch Linux w/ sytem ROCm Test report by @Thyre |
|
Rocky 9.5 container without ROCm Test report by @Thyre |
|
Rocky 9.5 w/ system ROCm Test report by @Thyre |
|
@boegelbot please test @ jsc-zen3 |
amdsmi is more or less just a Python wrapper in libexec. Signed-off-by: Jan André Reuter <[email protected]>
|
@Thyre: Request for testing this PR well received on jsczen3l1.int.jsc-zen3.fz-juelich.de PR test command '
Test results coming soon (I hope)... - notification for comment with ID 3029338724 processed Message to humans: this is just bookkeeping information for me, |
|
Test report by @boegelbot |
Need to check if Given that the output is the same, probably yes. |
amd-smi always requires having specific kernel drivers loaded, which won't be the case on all systems building amd-smi. Therefore, just disable calling the tool. Keep the comment though, in case someone wants to test amd-smi. Signed-off-by: Jan André Reuter <[email protected]>
|
@boegelbot please test @ jsc-zen3 |
|
@Thyre: Request for testing this PR well received on jsczen3l1.int.jsc-zen3.fz-juelich.de PR test command '
Test results coming soon (I hope)... - notification for comment with ID 3030847736 processed Message to humans: this is just bookkeeping information for me, |
|
Test report by @boegelbot |
|
Test report by @Thyre |
Signed-off-by: Jan André Reuter <[email protected]>
|
Test report by @bedroge |
|
Test report by @bedroge |
easybuild/easyconfigs/a/amdsmi/amdsmi-25.4.2-GCCcore-14.2.0-ROCm-6.4.1.eb
Outdated
Show resolved
Hide resolved
Calling amd-smi itself may fail without a driver, but we can still grep for the version number. Signed-off-by: Jan André Reuter <[email protected]>
|
Test report by @Thyre |
|
@boegelbot please test @ jsc-zen3 |
|
Test report by @bedroge |
|
Test report by @bedroge |
|
@Thyre: Request for testing this PR well received on jsczen3l1.int.jsc-zen3.fz-juelich.de PR test command '
Test results coming soon (I hope)... - notification for comment with ID 3034898945 processed Message to humans: this is just bookkeeping information for me, |
|
Test report by @boegelbot |
easybuild/easyconfigs/a/amdsmi/amdsmi-25.4.2-GCCcore-14.2.0-ROCm-6.4.1.eb
Outdated
Show resolved
Hide resolved
Signed-off-by: Jan André Reuter <[email protected]>
|
Test report by @Thyre |
|
Test report by @bedroge |
|
Test report by @bedroge |
|
@boegelbot please test @ jsc-zen3 |
bedroge
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me
|
@bedroge: Request for testing this PR well received on jsczen3l1.int.jsc-zen3.fz-juelich.de PR test command '
Test results coming soon (I hope)... - notification for comment with ID 3035141665 processed Message to humans: this is just bookkeeping information for me, |
|
Test report by @boegelbot |
|
Going in, thanks @Thyre! |
(created using
eb --new-pr)One of the first EasyConfigs for the ROCm 6.4.1 stack. Doesn't require ROCm itself, therefore straight-forward.
Tests are not built as they require both a GPU and access to change hardware features, which is very unlikely to be available when built via EasyBuild. Many of these tests will be skipped with upcoming
amd-smiversions due to requiringrootaccess.Sanity check cannot run
amd-smi, as it fails on systems without the correct kernel modules loaded.Unfortunately, this is true regardless of the command being passed to
amd-smi...