From b6d345c94f104c3da81b802bcaea610b4860ef57 Mon Sep 17 00:00:00 2001 From: Piotr Luszczek Date: Mon, 4 Mar 2024 16:10:26 +0000 Subject: [PATCH] Add link to MATLAB implementation of HPCG --- hpcg/links/index.html | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/hpcg/links/index.html b/hpcg/links/index.html index fcf33a7..8cdc1ad 100644 --- a/hpcg/links/index.html +++ b/hpcg/links/index.html @@ -11,19 +11,35 @@
HPCG benchmark based on ROCm platform
rocHPCG is a benchmark based on the HPCG benchmark. The implementation uses AMD's Radeon Open Compute runtime called ROCm and its associated toolchains. rocHPCG is created using the HIP programming language and optimized for AMD's latest discrete GPUs.
-
+
+ +
NVIDIA HPC-Benchmarks 21.4
NVIDIA released a container image with a few HPC benchmarks including HPCG.
-
+
+ +
Old HPCG web site
This was the previous website of HPCG.
-
+
+ +
Optimized version of HPCG for ARM processors
This repository contains an optimized version of HPCG for Arm that make use of optimized mathematical libraries such as the Arm Performance Libraries, NEON and SVE intrinsics. The main kernels have been modified to enable shared-memory parallelism.
-
+
+ + + + +
+MATLAB Implementation>
+
The major elements of the HPCG solver can be implemented directly in MATLAB including distributed memory storage.
+
+ +