diff --git a/docs/developer/apidocs.rst b/docs/developer/apidocs.rst index 82797c5801..a3df431c6a 100644 --- a/docs/developer/apidocs.rst +++ b/docs/developer/apidocs.rst @@ -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 \ No newline at end of file diff --git a/docs/developer/apidocs/batched_dense_host.rst b/docs/developer/apidocs/batched_dense_host.rst new file mode 100644 index 0000000000..d6392067b4 --- /dev/null +++ b/docs/developer/apidocs/batched_dense_host.rst @@ -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: \ No newline at end of file