Skip to content

Commit dcd020a

Browse files
shengfukevinfacebook-github-bot
authored andcommitted
Compute node analysis (#127)
Summary: Pull Request resolved: #127 Compute node analysis Differential Revision: D58610032
1 parent b41079e commit dcd020a

File tree

2 files changed

+138
-136
lines changed

2 files changed

+138
-136
lines changed

et_replay/lib/et_replay_utils.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -464,8 +464,7 @@ def build_triton_func(n, resources_dir, async_compile, device):
464464
func = async_compile.triton(n.name, code, device_str=device)
465465
except Exception:
466466
func = async_compile.triton("triton_", code, device_str=device)
467-
finally:
468-
func = None
467+
469468
return func, 0
470469

471470

0 commit comments

Comments
 (0)