You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When compiling abacus with ROCM, errors are encounterd:
c++: error: unrecognized command line option ‘--offload-arch=gfx906’; did you mean ‘--offload-abi=ilp32’?
And there are warnings about hipsolver
included in abacus-develop/source/module_base/module_container/base/macros/rocm.h:
In file included from /public/software/compiler/dtk/24.04.2/include/hipsolver/internal/hipsolver-types.h:20,
from /public/software/compiler/dtk/24.04.2/include/hipsolver/hipsolver.h:20,
from /work/home/abacus-develop/source/module_base/module_container/base/macros/rocm.h:7,
/public/software/compiler/dtk/24.04.2/include/hipblas.h:16:161: note: #pragma message: : warning : This file is deprecated. Use the header file from /opt/dtk-24.04.2/include/hipblas/hipblas.h by using #include <hipblas/hipblas.h>#pragma message(": warning : This file is deprecated. Use the header file from /opt/dtk-24.04.2/include/hipblas/hipblas.h by using #include <hipblas/hipblas.h>")
Expected behavior
Latest ABACUS should compile on this ROCM environment.
To Reproduce
No response
Environment
Environment
module list
Currently Loaded Modulefiles:
1) mpi/hpcx/2.12.0/gcc-8.3.1 2) compiler/dtk/24.04.2 3) compiler/cmake/3.23.3
Describe the bug
When compiling abacus with ROCM, errors are encounterd:
And there are warnings about
hipsolver
included in
abacus-develop/source/module_base/module_container/base/macros/rocm.h
:Expected behavior
Latest ABACUS should compile on this ROCM environment.
To Reproduce
No response
Environment
Environment
Compile & build
Dependencies:
Additional Context
No response
Task list for Issue attackers (only for developers)
The text was updated successfully, but these errors were encountered: