Skip to content

Commit

Permalink
Update source/elements/oneMKL/source/domains/blas/dgmm_batch.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew T. Barker <andrew1.barker@intel.com>
  • Loading branch information
vtavana and andrewtbarker authored Jun 21, 2024
1 parent c8aad3b commit d51416e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/elements/oneMKL/source/domains/blas/dgmm_batch.rst
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ in ``a`` and ``x`` are given by the ``batch_size`` parameter.
namespace oneapi::mkl::blas::row_major {
sycl::event dgmm_batch(sycl::queue &queue,
oneapi::mkl::mkl::side left_right,
oneapi::mkl::side left_right,
std::int64_t m,
std::int64_t n,
const T *a,
Expand Down

0 comments on commit d51416e

Please sign in to comment.