Skip to content

Commit

Permalink
functional jit, bye (#1355)
Browse files Browse the repository at this point in the history
Signed-off-by: Masaki Kozuki <mkozuki@nvidia.com>
  • Loading branch information
crcrpar authored Oct 28, 2024
1 parent 3bd3093 commit 1575797
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions thunder/core/interpreter.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,8 @@
# of where values originated. This mode is used by the general jit. This is done by
# wrapping all values in WrappedValues.
#
# Both thunder.jit and thunder.functional.jit use extensions (in jit_ext.py) to
# create Thunder Programs. They use callbacks and additional lookasides to
# add their functionality.
# thunder.jit uses extensions (in jit_ext.py) to create Thunder Programs.
# They use callbacks and additional lookasides to add their functionality.
#
# The Thunder program constructed has three parts, a "prologue trace", a
# "computation trace", and (optionally) an "epilogue trace". The prologue trace has
Expand Down

0 comments on commit 1575797

Please sign in to comment.