CrayLabs / SmartSim

SmartSim Infrastructure Library.
BSD 2-Clause "Simplified" License
219 stars 36 forks source link

Include support for building with ROCM #617

Closed ashao closed 2 weeks ago

ashao commented 2 weeks ago

Description

The building of the backends currently only supports CPU support or CUDA support. As more machines get AMD accelerators, we should allow users to build with ROCM support. This has been successfully done for a previous workshop on Frontier as a one-off via a spack installation.

Justification

Users with AMD GPUs will be able to install SmartSim for themselves without going through a spack install.

Implementation Strategy