-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
this code was using DGEMM to do a dot product, after transposing a 4D tensor, when the DGEMM was just transposing it back. also, an MA stack allocation was used for a scalar. automatic code generation is amazing, isn't it? :-) this change does the dot product directly, with loops, without any transposes and with no unnecessary MA allocation. Signed-off-by: Jeff Hammond <[email protected]>
- Loading branch information
1 parent
893f032
commit 1bcd986
Showing
1 changed file
with
17 additions
and
26 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