Returns a minimal set of matrices, indexed by dimension containing interesting
f16 values.
This is the matrix analogue of sparseVectorF16Range, so it is producing a
minimal coverage set of matrices that test all of the interesting f16 values.
There is not a more expansive set of matrices, since matrices are even more
expensive than vectors for increasing runtime with coverage.
All of the interesting floats from sparseScalarF16 are guaranteed to be tested, but
not in every position.
Returns a minimal set of matrices, indexed by dimension containing interesting f16 values.
This is the matrix analogue of
sparseVectorF16Range
, so it is producing a minimal coverage set of matrices that test all of the interesting f16 values. There is not a more expansive set of matrices, since matrices are even more expensive than vectors for increasing runtime with coverage.All of the interesting floats from sparseScalarF16 are guaranteed to be tested, but not in every position.