Skip to content

Commit

Permalink
#7007: Use comp_pcc for sum instead of equal
Browse files Browse the repository at this point in the history
  • Loading branch information
umadevimcw committed Apr 29, 2024
1 parent f94464b commit aafbb9e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def run_reduce_max_h_tests(input_shape, dtype, dlayout, in_mem_config, out_mem_c
)

# compare tt and golden outputs
success, pcc_value = comp_equal(ref_value, tt_result)
success, pcc_value = comp_pcc(ref_value, tt_result)
logger.debug(pcc_value)

assert success
Expand Down

0 comments on commit aafbb9e

Please sign in to comment.