Closed hatemhelal closed 1 year ago
This adds a function decorator that runs a function first with all inputs cast to fp32 and a second time with fp64. Following this, max |fp64 - fp32| is printed for each of the function outputs.
max |fp64 - fp32|
This adds a function decorator that runs a function first with all inputs cast to fp32 and a second time with fp64. Following this,
max |fp64 - fp32|
is printed for each of the function outputs.