Skip to content

Commit

Permalink
Add link to MATLAB implementation of HPCG
Browse files Browse the repository at this point in the history
  • Loading branch information
luszczek committed Mar 4, 2024
1 parent 69e3a4a commit b6d345c
Showing 1 changed file with 20 additions and 4 deletions.
24 changes: 20 additions & 4 deletions hpcg/links/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,35 @@
<div class="LinkTitle">
<a href="https://github.com/ROCmSoftwarePlatform/rocHPCG">HPCG benchmark based on ROCm platform</a></div>
<div class="LinkDescription">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.</div>
<br /><td class="Style" valign="top" width="50%">
<br />
</td>
<td class="Style" valign="top" width="50%">
<div class="LinkTitle">
<a href="https://catalog.ngc.nvidia.com/orgs/nvidia/containers/hpc-benchmarks">NVIDIA HPC-Benchmarks 21.4</a></div>
<div class="LinkDescription">NVIDIA released a container image with a few HPC benchmarks including HPCG.</div>
<br /></tr>
<br />
</td>
</tr>
<tr>
<td class="Style" valign="top" width="50%">
<div class="LinkTitle">
<a href="https://software.sandia.gov/hpcg/default.php">Old HPCG web site</a></div>
<div class="LinkDescription">This was the previous website of HPCG.</div>
<br /><td class="Style" valign="top" width="50%">
<br />
</td>
<td class="Style" valign="top" width="50%">
<div class="LinkTitle">
<a href="https://github.com/ARM-software/HPCG_for_Arm">Optimized version of HPCG for ARM processors</a></div>
<div class="LinkDescription">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.</div>
<br /></tr>
<br />
</td>
</tr>
<tr>
<td class="Style" valign="top" width="50%">
<div class="LinkTitle">
<a href="https://www.mathworks.com/help/parallel-computing/solve-differential-equation-using-multigrid-preconditioner-on-distributed-discretization.html">MATLAB Implementation></a></div>
<div class="LinkDescription">The major elements of the HPCG solver can be implemented directly in MATLAB including distributed memory storage.</div>
<br />
</td>
</tr>
</table>

0 comments on commit b6d345c

Please sign in to comment.