rocSOLVER icon indicating copy to clipboard operation
rocSOLVER copied to clipboard

(WIP) Add functionality to print hashes and computed errors in tests

Open jmachado-amd opened this issue 1 year ago • 0 comments

rocSOLVER's tests currently output no useful information for passing tests, which makes it hard to ascertain when new code adversely affects the accuracy of methods while also hindering the investigation of bugs that may affect determinism.

This PR adds code to print the computed error in each test and hashing functions to allow printing hashes of input and output matrices, when desired.

jmachado-amd avatar Aug 02 '24 20:08 jmachado-amd