@@ -111,8 +111,8 @@ of matrices in ``a``, ``b`` and ``c`` buffers is given by the ``batch_size`` par
111111
112112 namespace oneapi::mkl::blas::column_major {
113113 void gemm_batch(sycl::queue &queue,
114- onemkl ::transpose transa,
115- onemkl ::transpose transb,
114+ oneapi::mkl ::transpose transa,
115+ oneapi::mkl ::transpose transb,
116116 std::int64_t m,
117117 std::int64_t n,
118118 std::int64_t k,
@@ -133,8 +133,8 @@ of matrices in ``a``, ``b`` and ``c`` buffers is given by the ``batch_size`` par
133133
134134 namespace oneapi::mkl::blas::row_major {
135135 void gemm_batch(sycl::queue &queue,
136- onemkl ::transpose transa,
137- onemkl ::transpose transb,
136+ oneapi::mkl ::transpose transa,
137+ oneapi::mkl ::transpose transb,
138138 std::int64_t m,
139139 std::int64_t n,
140140 std::int64_t k,
@@ -358,8 +358,8 @@ in ``a``, ``b`` and ``c`` are given by the ``batch_size`` parameter.
358358
359359 namespace oneapi::mkl::blas::column_major {
360360 sycl::event gemm_batch(sycl::queue &queue,
361- const onemkl ::transpose *transa,
362- const onemkl ::transpose *transb,
361+ const oneapi::mkl ::transpose *transa,
362+ const oneapi::mkl ::transpose *transb,
363363 const std::int64_t *m,
364364 const std::int64_t *n,
365365 const std::int64_t *k,
@@ -376,8 +376,8 @@ in ``a``, ``b`` and ``c`` are given by the ``batch_size`` parameter.
376376 const std::vector<sycl::event> &dependencies = {})
377377
378378 sycl::event gemm_batch(sycl::queue &queue,
379- const sycl::span<onemkl ::transpose> &transa,
380- const sycl::span<onemkl ::transpose> &transb,
379+ const sycl::span<oneapi::mkl ::transpose> &transa,
380+ const sycl::span<oneapi::mkl ::transpose> &transb,
381381 const sycl::span<std::int64_t> &m,
382382 const sycl::span<std::int64_t> &n,
383383 const sycl::span<std::int64_t> &k,
@@ -397,8 +397,8 @@ in ``a``, ``b`` and ``c`` are given by the ``batch_size`` parameter.
397397
398398 namespace oneapi::mkl::blas::row_major {
399399 sycl::event gemm_batch(sycl::queue &queue,
400- const onemkl ::transpose *transa,
401- const onemkl ::transpose *transb,
400+ const oneapi::mkl ::transpose *transa,
401+ const oneapi::mkl ::transpose *transb,
402402 const std::int64_t *m,
403403 const std::int64_t *n,
404404 const std::int64_t *k,
@@ -415,8 +415,8 @@ in ``a``, ``b`` and ``c`` are given by the ``batch_size`` parameter.
415415 const std::vector<sycl::event> &dependencies = {})
416416
417417 sycl::event gemm_batch(sycl::queue &queue,
418- const sycl::span<onemkl ::transpose> &transa,
419- const sycl::span<onemkl ::transpose> &transb,
418+ const sycl::span<oneapi::mkl ::transpose> &transa,
419+ const sycl::span<oneapi::mkl ::transpose> &transb,
420420 const sycl::span<std::int64_t> &m,
421421 const sycl::span<std::int64_t> &n,
422422 const sycl::span<std::int64_t> &k,
@@ -441,11 +441,11 @@ in ``a``, ``b`` and ``c`` are given by the ``batch_size`` parameter.
441441 The queue where the routine should be executed.
442442
443443 transa
444- Array or span of ``group_count `` ``onemkl ::transpose `` values. ``transa[i] `` specifies the form of op(``A ``) used in
444+ Array or span of ``group_count `` ``oneapi::mkl ::transpose `` values. ``transa[i] `` specifies the form of op(``A ``) used in
445445 the matrix multiplication in group ``i ``. See :ref: `onemkl_datatypes ` for more details.
446446
447447 transb
448- Array or span of ``group_count `` ``onemkl ::transpose `` values. ``transb[i] `` specifies the form of op(``B ``) used in
448+ Array or span of ``group_count `` ``oneapi::mkl ::transpose `` values. ``transb[i] `` specifies the form of op(``B ``) used in
449449 the matrix multiplication in group ``i ``. See :ref: `onemkl_datatypes ` for more details.
450450
451451 m
@@ -588,8 +588,8 @@ in ``a``, ``b`` and ``c`` are given by the ``batch_size`` parameter.
588588
589589 namespace oneapi::mkl::blas::column_major {
590590 sycl::event gemm_batch(sycl::queue &queue,
591- onemkl ::transpose transa,
592- onemkl ::transpose transb,
591+ oneapi::mkl ::transpose transa,
592+ oneapi::mkl ::transpose transb,
593593 std::int64_t m,
594594 std::int64_t n,
595595 std::int64_t k,
@@ -611,8 +611,8 @@ in ``a``, ``b`` and ``c`` are given by the ``batch_size`` parameter.
611611
612612 namespace oneapi::mkl::blas::row_major {
613613 sycl::event gemm_batch(sycl::queue &queue,
614- onemkl ::transpose transa,
615- onemkl ::transpose transb,
614+ oneapi::mkl ::transpose transa,
615+ oneapi::mkl ::transpose transb,
616616 std::int64_t m,
617617 std::int64_t n,
618618 std::int64_t k,
0 commit comments