add test gemm
more forgiving validation threshold
This commit is contained in:
BIN
validation/operations/gemm/with_constant/gemm_with_constant.onnx
Normal file
BIN
validation/operations/gemm/with_constant/gemm_with_constant.onnx
Normal file
Binary file not shown.
@@ -62,7 +62,7 @@ def parse_pim_simulator_outputs(output_bin_path, outputs_descriptor):
|
||||
return arrays
|
||||
|
||||
|
||||
def validate_outputs(sim_arrays, runner_out_dir, outputs_descriptor, threshold=1e-5):
|
||||
def validate_outputs(sim_arrays, runner_out_dir, outputs_descriptor, threshold=1e-3):
|
||||
all_passed = True
|
||||
for sim_array, (oi, name, _, shape) in zip(sim_arrays, outputs_descriptor):
|
||||
csv_name = f"output{oi}_{name}.csv"
|
||||
|
||||
Reference in New Issue
Block a user