Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion thunder/core/jit_ext.py
Original file line number Diff line number Diff line change
Expand Up @@ -1512,7 +1512,7 @@ def is_variableified_tensorproxy(v: Variable | Proxy) -> Proxy:
return not isinstance(p, TensorProxy)

# TODO: This is just a WAR to get things working. We'll revisit this when
# we deal with cosntraints in prologue trace.
# we deal with constraints in prologue trace.
#
# We sort variables to before `unpack` to put TensorProxy before others.
# Because we could have TensorProxy.shape be part of `pro_to_xxx` along with
Expand Down