-
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.
Various runtime::ttmetal CQExecutor buffer map improvements / segfaul…
…t workaround / TTMetal Tests (#529) * A pair of runtime::ttmetal CQExecutor buffer map improvements (#408) - Prevent duplicate Buffers from being created inside CreateBufferCommand handler by checking for existence in buffers umap. - Change to use buffers.erase() in DeallocateBufferCommand to actually remove the entry from buffers umap. Buffer will still be destroyed because it goes out of scope. - Neither of these help with the original segfault in this ticket but these were found through visual observation. * Temporary Workaround for tt-metal Segfaults during teardown (#408) - A hack, in createBufferFromTensorRef(), remove when proper bug fix is made in tt-metal and propagates here. * Remove UNSUPPORTED: true flag from tests now that CI mixing tests issue resolved - Update test/ttmlir/Silicon/TTMetal/tiled_reblock.mlir with CHECK to avoid errors and add missing flag --ttmetal-serialize-to-binary to run ttm binary in CI
- Loading branch information
Showing
5 changed files
with
41 additions
and
7 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
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