-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
using listener for compile times in triton
Summary: Taking advantage of internal tooling to add commit hooks to triton on compile. This will allow us to get in depth stats directly from Triton on compile tims Reviewed By: FindHao Differential Revision: D67547087 fbshipit-source-id: f4576f59319589886a467ea2b17130b501160f5c
- Loading branch information
1 parent
196f5f1
commit 717ac3f
Showing
3 changed files
with
77 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
from .trace import do_compile_time_in_task | ||
from .trace import do_compile_time_in_task, fbcode_do_compile_time_in_task # noqa F401 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters