Skip to content

Commit 7e7d6f3

Browse files
committed
Changing the wordings of the aten trace
1 parent 70513c9 commit 7e7d6f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docsrc/contributors/fx_converters.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ The converters in dynamo are produced by ``aten_trace`` and falls under ``aten_o
1515
has the arguments - ``network, target, args, kwargs, name``, which is common across all the operators schema.
1616
These functions are mapped in the ``aten`` converter registry dictionary (at present a compilation of FX and dynamo converters, FX will be deprecated soon), with key as the function target name.
1717

18-
* aten_trace is produced by ``torch_tensorrt.dynamo.backend.compile`` or ``torch_tensorrt.dynamo.backend.export``.
19-
The second round of trace in compile produced by ``aot_torch_tensorrt_aten_backend`` by invoking ``aot_module_simplified`` from ``torch._functorch.aot_autograd``,
18+
* aten_trace is produced by ``torch_tensorrt.dynamo.compile`` for the export path and ``torch_tensorrt.compile(ir=dynamo)`` for the compile path.
19+
The export path makes use of ``aten_tracer`` whereas the alternate trace in compile is produced by the AOT Autograd library.
2020
Both these simplify the torch operators to reduced set of Aten operations.
2121

2222

0 commit comments

Comments
 (0)