Skip to content
Open
Changes from 5 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
3 changes: 3 additions & 0 deletions init/modules/EESSI/2023.06.lua
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,9 @@ if not (archdetect_accel == nil or archdetect_accel == '') then
-- /cvmfs/software.eessi.io/versions/<EESSI_VERSION>/software/linux/x86_64/amd/zen3/accel/nvidia/cc80/modules/all
eessi_module_path_accel = pathJoin(eessi_accel_software_path, archdetect_accel, eessi_modules_subdir)
eessiDebug("Checking if " .. eessi_module_path_accel .. " exists")
if eessi_cpu_family == "aarch64" and archdetect_accel:match("^accel/amd/") then
LmodMessage("aarch64 CPU detected, AMD ROCm doesn't support aarch64 yet")
Comment thread
zerefwayne marked this conversation as resolved.
Outdated
end
if not isDir(eessi_module_path_accel) then
-- fall back to major version GPU arch if the exact one is not an option (i.e, 7.5 -> 7.0)
local original_archdetect_accel = archdetect_accel
Expand Down
Loading