-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
### Ticket Link to Github Issue #13875 ### Problem description - there were issues with attn matmul ops on BH ### What's changed - updated llk commit - reverted z dim in tilize uninit - moved untilize init earlier ### Checklist - [x] Post commit CI passes https://github.com/tenstorrent/tt-metal/actions/runs/12050639818 - [x] Blackhole Post commit (if applicable) https://github.com/tenstorrent/tt-metal/actions/runs/12050643335 - [x] Model regression CI testing passes (if applicable) fails in the same way as main https://github.com/tenstorrent/tt-metal/actions/runs/12050659167 vs https://github.com/tenstorrent/tt-metal/actions/runs/12045311806 - [x] Device performance regression CI testing passes (if applicable) Unrelated flakiness https://github.com/tenstorrent/tt-metal/actions/runs/12050647494 waiting for re-run. Re-run succeeded - [x] New/Existing tests provide coverage for changes Based on main...nvelickovic/fix_attn_matmul
- Loading branch information
Showing
4 changed files
with
12 additions
and
11 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
Submodule tt_llk_blackhole
updated
4 files
+8 −3 | llk_lib/llk_math_common.h | |
+9 −7 | llk_lib/llk_pack.h | |
+56 −22 | llk_lib/llk_pack_untilize.h | |
+1 −1 | llk_lib/llk_unpack_tilize.h |
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