-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#11178: resolve line reduce scatter PCC issues
Two issues are resolved in this commit: 1) Changed the ccl_send kernel to stop repeatedly pushing and popping from the same CB from the same risc core. This is due to some bug that doesn't seem to let CBs wrap correctly if the same risc core is both the producer and consumer. Instead, the kernel will use the memory space as a raw scratch space. 2) Fix a bug in the ccl_send kernel that incorrectly set the worker slice start offset in the nd coordinate space.
- Loading branch information
1 parent
ec9e236
commit 462437b
Showing
7 changed files
with
142 additions
and
33 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
Oops, something went wrong.