Skip to content

Commit 2de4593

Browse files
committed
Clarify verbiage around lowest precision and existing results
1 parent b06e654 commit 2de4593

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

hpl-mxp.org/rules.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@ solution and obtain the accuracy one would have achieved by LU decomposition in
1111
64-bit floating-point arithmetic. The low-precision LU factors should be used
1212
as a preconditioner in the iterative algorithm. The lowest allowed
1313
precision is 16-bit floating-point (available in the recent IEEE 754
14-
standard) because no analysis was performed for lower precisions.
14+
standard). There is no theoretical analysis available to apply in
15+
solving linear systems with general square matrices in precisions using
16+
less than 16 bits. The restriction to only disallow less than 16-bit
17+
floating-point precision applies to results submitted after the June
18+
2025 release of the HPL-MxP list.
1519

1620
The benchmark should use the
1721
[HPL benchmark harness](https://www.netlib.org/benchmark/hpl/) with a modification of the matrix

0 commit comments

Comments
 (0)