From 6e5c039bf71b0ec00ab6263ea4d10c5244820a5a Mon Sep 17 00:00:00 2001 From: Hansel Yang Date: Thu, 26 Oct 2023 11:54:50 -0700 Subject: [PATCH] README Update (#240) --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 34fd635af..52bc83e0b 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,9 @@ doxygen .Doxyfile * [ROCm supported hardware](https://docs.amd.com/bundle/Hardware_and_Software_Reference_Guide/page/Hardware_and_Software_Support.html) -* [ROCm](https://docs.amd.com/bundle/ROCm-Installation-Guide-v5.4.3/page/How_to_Install_ROCm.html) `5.4.3` and above +* [ROCm](https://docs.amd.com/bundle/ROCm-Installation-Guide-v5.4.3/page/How_to_Install_ROCm.html) `5.6.1` and above + +* [HIP](https://github.com/ROCm-Developer-Tools/HIP) * Clang Version `5.0.1` and above @@ -88,6 +90,9 @@ doxygen .Doxyfile sudo mkdir /usr/local/include/half sudo cp half-files/include/half.hpp /usr/local/include/half ``` +* C++ Version `17` and above + +* OpenMP ## Prerequisites for Test Suite