Skip to content

Commit

Permalink
Compute node analysis (#127)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #127

Compute node analysis

Differential Revision: D58610032
  • Loading branch information
shengfukevin authored and facebook-github-bot committed Jun 25, 2024
1 parent b41079e commit dcd020a
Show file tree
Hide file tree
Showing 2 changed files with 138 additions and 136 deletions.
3 changes: 1 addition & 2 deletions et_replay/lib/et_replay_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -464,8 +464,7 @@ def build_triton_func(n, resources_dir, async_compile, device):
func = async_compile.triton(n.name, code, device_str=device)
except Exception:
func = async_compile.triton("triton_", code, device_str=device)
finally:
func = None

return func, 0


Expand Down
Loading

0 comments on commit dcd020a

Please sign in to comment.