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 622ce3a commit 72486dcCopy full SHA for 72486dc
tests/py/dynamo/conversion/harness.py
@@ -533,6 +533,9 @@ def run_test_compare_tensor_attributes_only(
533
settings=compilation_settings,
534
)
535
536
+ for pass_func in post_lowering_pass_list_for_converter_test:
537
+ mod = pass_func(mod, compilation_settings)
538
+
539
interp = TRTInterpreter(
540
mod,
541
Input.from_tensors(inputs),
@@ -578,6 +581,8 @@ def run_test_with_dynamic_shape(
578
581
579
582
torch_export_dynamic_shapes=torch_export_dynamic_shapes,
580
583
584
585
586
587
if check_dtype:
588
if use_dynamo_tracer:
0 commit comments