From e363eeed73e97e292d1d688262dc2d9f39595f1d Mon Sep 17 00:00:00 2001 From: Davide Teixeira <77169625+daviteix@users.noreply.github.com> Date: Thu, 8 Feb 2024 11:08:02 -0600 Subject: [PATCH] Update README.md requirements: add ROCm SDKs and libstdc++ dev --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f4bff12..981d128 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,9 @@ rocHPL is a benchmark based on the [HPL][] benchmark application, implemented on * Git * CMake (3.10 or later) * MPI (Optional) -* AMD [ROCm] platform (3.5 or later) +* AMD [ROCm] platform (3.5 or later) with all SDK packages * [rocBLAS][] +* libstdc++ development package ## Quickstart rocHPL build and install