Skip to content

Commit

Permalink
Merge branch 'main' into llu/ps_unroll_inner_outer
Browse files Browse the repository at this point in the history
  • Loading branch information
liqiangxl authored Nov 1, 2024
2 parents 416bc31 + 4511aa3 commit 63a38f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nvfuser/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,15 +177,15 @@ def execute(

results = None
try:
if print_repro:
print(self.repro_script_for(inputs))
results = self._execute(
inputs,
device=device,
override_user_schedule=override_user_schedule,
capture_debug_output=capture_debug_output,
profile=profile,
)
if print_repro:
print(self.repro_script_for(inputs))
return results
except Exception as err:
logger.exception(self._repro_error_str("executing", inputs))
Expand Down

0 comments on commit 63a38f1

Please sign in to comment.