Skip to content

Commit

Permalink
Merge pull request #1765 from e10harvey/host_level_docs
Browse files Browse the repository at this point in the history
docs: Include BatchedGemm
  • Loading branch information
e10harvey authored Mar 31, 2023
2 parents 1b123b1 + aaadaa0 commit a2b18d7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/developer/apidocs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ The source documentation is extracted from the C++ files using Doxygen.
apidocs/blas3
apidocs/sparse
apidocs/batched_dense
apidocs/batched_dense_host
apidocs/batched_sparse
8 changes: 8 additions & 0 deletions docs/developer/apidocs/batched_dense_host.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
BATCHED -- KokkosKernels batched host-level interfaces
=========================================================

BatchedGemm
-----------
.. doxygenfunction:: KokkosBatched::BatchedGemm(BatchedGemmHandleType *const handle, const ScalarType alpha, const AViewType &A, const BViewType &B, const ScalarType beta, const CViewType &C)
.. doxygenclass:: KokkosBatched::BatchedGemmHandle
:members:

0 comments on commit a2b18d7

Please sign in to comment.