-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Use TKW `create_vmfb_file` option to get vmfb file directly * Get scheduling params from the TK itself * Disable scheduling for large K as compilation taking too long * Support case when `out_type` != `accumulator_type` * Update `exec_args` as code generated by TK expected out param to be present * Gracefully handle TK errors instead of terminating entire script --------- Signed-off-by: Ivan Butygin <ivan.butygin@gmail.com>
- Loading branch information
1 parent
6498e61
commit c3bdf8e
Showing
3 changed files
with
58 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
numpy | ||
tqdm | ||
matplotlib | ||
torch>=2.3.0 |