forked from kokkos/kokkos-kernels
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve batched serial gemm (kokkos#2469)
* Add ConjTrans to Serial Gemm Signed-off-by: Yuuichi Asahi <y.asahi@nr.titech.ac.jp> * improve checks in serial Gemm Signed-off-by: Yuuichi Asahi <y.asahi@nr.titech.ac.jp> * improve selective interface of batched gemm Signed-off-by: Yuuichi Asahi <y.asahi@nr.titech.ac.jp> * check info in serial gemm testing Signed-off-by: Yuuichi Asahi <y.asahi@nr.titech.ac.jp> * fix: op type of serial invoke Signed-off-by: Yuuichi Asahi <y.asahi@nr.titech.ac.jp> * format Signed-off-by: Yuuichi Asahi <y.asahi@nr.titech.ac.jp> * remove the global namespace Signed-off-by: Yuuichi Asahi <y.asahi@nr.titech.ac.jp> --------- Signed-off-by: Yuuichi Asahi <y.asahi@nr.titech.ac.jp> Co-authored-by: Yuuichi Asahi <y.asahi@nr.titech.ac.jp>
- Loading branch information
1 parent
535c697
commit f638914
Showing
15 changed files
with
1,218 additions
and
545 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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.