Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

NameSupport statusModule on Setonix
AmberSupported
GromacsSupported
LAMMPSSupported
NAMDSupported
NekRSSupported
PyTorchSupported
ROMSNot supported
TensorflowSupported
VASPPorting in progress, no ETA

Table 1. List of popular applications 

Module names of GPU applications end with the postfix amd-mi250x. The most accurate list is given by the module  command:

...

NameDescription
rocFFTFast Furier Transform. Documentation pages (external site).
rocBLASrocBLAS is the AMD library for Basic Linear Algebra Subprograms (BLAS) on the ROCm platform. Documentation pages (external site).
rocSOLVERrocSOLVER is a work-in-progress implementation of a subset of LAPACK functionality on the ROCm platform. Documentation pages (external site).

Table 2. Popular GPU numerical libraries.

Each of the above libraries has an equivalent HIP wrapper that enables compilation on both ROCm and NVIDIA platforms.

...