File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,11 @@ solution and obtain the accuracy one would have achieved by LU decomposition in
111164-bit floating-point arithmetic. The low-precision LU factors should be used
1212as a preconditioner in the iterative algorithm. The lowest allowed
1313precision 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
1620The benchmark should use the
1721[ HPL benchmark harness] ( https://www.netlib.org/benchmark/hpl/ ) with a modification of the matrix
You can’t perform that action at this time.
0 commit comments