Skip to content

Commit

Permalink
Merge branch 'main' into benchmarks-thunderfx-executor
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardofelluga authored Oct 14, 2024
2 parents 56b916c + 30e4aa1 commit 58395d1
Show file tree
Hide file tree
Showing 32 changed files with 1,669 additions and 127 deletions.
2 changes: 2 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ The compiled function ``jitted_foo`` takes and returns PyTorch tensors, just lik
FSDP Under the Hood Tutorial <notebooks/dev_tutorials/fsdp_tutorial>
Benchmarking Thunder <intermediate/benchmarking>
Writing a Transform <notebooks/writing_a_trace_transform_cpu_offloading>
Using Liger-Kernel with Thunder <notebooks/liger_kernel>

.. toctree::
:maxdepth: 1
Expand Down Expand Up @@ -143,6 +144,7 @@ API reference
reference/torch/index
reference/extend/index
reference/transforms/index
reference/dynamo/index


Indices and tables
Expand Down
9 changes: 9 additions & 0 deletions docs/source/reference/dynamo/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.. module:: thunder.dynamo

thunder.dynamo
==============

.. autosummary::
:toctree:

ThunderCompiler
Loading

0 comments on commit 58395d1

Please sign in to comment.