-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
src/batched: Add host-level batched GEMM interface
- Add new BatchedGemm function to the KokkosBatched namespace. This function selects how to invoke the SerialGemm routine based on the template arguments, target architecture, and Kokkos backend. The invocation selection was informed by performance data collected on V100, intel, and A64FX using the batched gemm performance tests. - Add unit tests for the BatchedGemm function.
- Loading branch information
Showing
13 changed files
with
972 additions
and
225 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
Oops, something went wrong.