-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] GEMM: add support for mixed input scalar types #1557
base: develop
Are you sure you want to change the base?
Commits on Sep 28, 2022
-
GEMM: Move Serial, Team and TeamVector implementations to KokkosBlas
Mikołaj Zuzek committedSep 28, 2022 Configuration menu - View commit details
-
Copy full SHA for 76f494c - Browse repository at this point
Copy the full SHA 76f494cView commit details -
Mikołaj Zuzek committed
Sep 28, 2022 Configuration menu - View commit details
-
Copy full SHA for 7ac1184 - Browse repository at this point
Copy the full SHA 7ac1184View commit details -
GEMM: move MKL implementation of SerialGemm to dedicated TPL header
Mikołaj Zuzek committedSep 28, 2022 Configuration menu - View commit details
-
Copy full SHA for 51185f3 - Browse repository at this point
Copy the full SHA 51185f3View commit details -
GEMM: connect TeamVectorGemm to the selective interface
Mikołaj Zuzek committedSep 28, 2022 Configuration menu - View commit details
-
Copy full SHA for 016095b - Browse repository at this point
Copy the full SHA 016095bView commit details -
Mikołaj Zuzek committed
Sep 28, 2022 Configuration menu - View commit details
-
Copy full SHA for d945717 - Browse repository at this point
Copy the full SHA d945717View commit details -
GEMM: bring back batched interfaces for backward compatibility
Mikołaj Zuzek committedSep 28, 2022 Configuration menu - View commit details
-
Copy full SHA for 88de7f2 - Browse repository at this point
Copy the full SHA 88de7f2View commit details -
MKL: move utils to common header + fix macro duplication
Mikołaj Zuzek committedSep 28, 2022 Configuration menu - View commit details
-
Copy full SHA for 38c9989 - Browse repository at this point
Copy the full SHA 38c9989View commit details -
Mikołaj Zuzek committed
Sep 28, 2022 Configuration menu - View commit details
-
Copy full SHA for de3d26c - Browse repository at this point
Copy the full SHA de3d26cView commit details -
GEMM: refactor crossing of A/B matrix transposes
Mikołaj Zuzek committedSep 28, 2022 Configuration menu - View commit details
-
Copy full SHA for 2105dd9 - Browse repository at this point
Copy the full SHA 2105dd9View commit details -
Mikołaj Zuzek committed
Sep 28, 2022 Configuration menu - View commit details
-
Copy full SHA for 5b6712b - Browse repository at this point
Copy the full SHA 5b6712bView commit details -
TeamGemv: move {Team,TeamVector}Internal to KokkosBlas2_team_gemv_int…
…ernal.hpp
Mikołaj Zuzek committedSep 28, 2022 Configuration menu - View commit details
-
Copy full SHA for fc5bbb1 - Browse repository at this point
Copy the full SHA fc5bbb1View commit details -
Mikołaj Zuzek committed
Sep 28, 2022 Configuration menu - View commit details
-
Copy full SHA for 9f99fc4 - Browse repository at this point
Copy the full SHA 9f99fc4View commit details -
TeamGemv: remove unused headers
Mikołaj Zuzek committedSep 28, 2022 Configuration menu - View commit details
-
Copy full SHA for 13a16d1 - Browse repository at this point
Copy the full SHA 13a16d1View commit details -
Gemv: move functor-level interfaces to the top-level header
Mikołaj Zuzek committedSep 28, 2022 Configuration menu - View commit details
-
Copy full SHA for 8d06e07 - Browse repository at this point
Copy the full SHA 8d06e07View commit details -
Mikołaj Zuzek committed
Sep 28, 2022 Configuration menu - View commit details
-
Copy full SHA for 2bcaff5 - Browse repository at this point
Copy the full SHA 2bcaff5View commit details -
Merge branch 'gemm-transpose-refactoring' into gemv-transpose-refacto…
…ring
Mikołaj Zuzek committedSep 28, 2022 Configuration menu - View commit details
-
Copy full SHA for 643e8be - Browse repository at this point
Copy the full SHA 643e8beView commit details -
Merge branch 'fix-gemv-blas-headers' into gemv-transpose-refactoring
Mikołaj Zuzek committedSep 28, 2022 Configuration menu - View commit details
-
Copy full SHA for 4e145e3 - Browse repository at this point
Copy the full SHA 4e145e3View commit details -
GEMV: refactor A matrix transpose
Mikołaj Zuzek committedSep 28, 2022 Configuration menu - View commit details
-
Copy full SHA for d989d26 - Browse repository at this point
Copy the full SHA d989d26View commit details -
Merge branch 'gemm-add-conjtranspose' into threadvector-kernels
Mikołaj Zuzek committedSep 28, 2022 Configuration menu - View commit details
-
Copy full SHA for 7728904 - Browse repository at this point
Copy the full SHA 7728904View commit details -
Merge branch 'gemv-transpose-refactoring' into threadvector-kernels
Mikołaj Zuzek committedSep 28, 2022 Configuration menu - View commit details
-
Copy full SHA for 900226a - Browse repository at this point
Copy the full SHA 900226aView commit details -
SET/SCAL: add ThreadVector implementations and unit tests
Mikołaj Zuzek committedSep 28, 2022 Configuration menu - View commit details
-
Copy full SHA for cc8e867 - Browse repository at this point
Copy the full SHA cc8e867View commit details -
GEMV: add ThreadVector implementation and unit test
Mikołaj Zuzek committedSep 28, 2022 Configuration menu - View commit details
-
Copy full SHA for 61a1993 - Browse repository at this point
Copy the full SHA 61a1993View commit details -
GEMM: add ThreadVector implementation and unit test
Mikołaj Zuzek committedSep 28, 2022 Configuration menu - View commit details
-
Copy full SHA for d079ea6 - Browse repository at this point
Copy the full SHA d079ea6View commit details
Commits on Sep 29, 2022
-
GEMM: Support for mixed scalar types in functor-level kernels
Mikołaj Zuzek committedSep 29, 2022 Configuration menu - View commit details
-
Copy full SHA for 1823f05 - Browse repository at this point
Copy the full SHA 1823f05View commit details -
GEMM: fix compilation errors in InnerGemmFixB
Mikołaj Zuzek committedSep 29, 2022 Configuration menu - View commit details
-
Copy full SHA for cb81dff - Browse repository at this point
Copy the full SHA cb81dffView commit details -
GEMM: add mixed scalar support to InnerGemmFix{A,B}
Mikołaj Zuzek committedSep 29, 2022 Configuration menu - View commit details
-
Copy full SHA for c0e0e25 - Browse repository at this point
Copy the full SHA c0e0e25View commit details