Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitij12345 authored Dec 17, 2024
1 parent 486a75b commit 092aee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thunder/transforms/extraction_only_prologue_transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ def transform_traces_pre_prologue(self, prologue_trace, computation_trace, epilo

new_prologue_trace.bound_symbols = new_bsyms

new_prologue_trace.set_provenance("Extraction only pass")
new_prologue_trace.set_provenance("Extraction only prologue pass")
return new_prologue_trace, computation_trace, epilogue_trace

0 comments on commit 092aee9

Please sign in to comment.