We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99d0dcf commit 286918bCopy full SHA for 286918b
graph_net/torch/test_compiler.py
@@ -276,7 +276,7 @@ def test_single_model(args):
276
e2e_speedup = 0
277
gpu_speedup = 0
278
if failure:
279
- result_data["performance"]["fail"] = "True"
+ result_data["performance"]["failure"] = "True"
280
print(
281
f"{args.log_prompt} [Fail due to compile error or datatype do not match.",
282
file=sys.stderr,
0 commit comments