-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ matrix_transpose/bugfix ] Prevent reading/saving data from/to unall…
…ocated memory - Previous transpose kernel occasionally load/save unallocated memory, and then masked it. - Now, it does not read them at the first place, but load with for-loop - This would deteriorate speed of fp16 matrix transpose, but won't be dominant in total model latency **Self evaluation:** 1. Build test: [X]Passed [ ]Failed [ ]Skipped 2. Run test: [X]Passed [ ]Failed [ ]Skipped Signed-off-by: skykongkong8 <[email protected]>
- Loading branch information
1 parent
8ff08d0
commit 87b4101
Showing
1 changed file
with
28 additions
and
9 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