Skip to content

Commit 8daf624

Browse files
committed
correct naming to OneMKL
1 parent 2eecf4f commit 8daf624

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dpnp/backend/include/dpnp_gen_2arg_3type_tbl.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
* - vector operation over SYCL group used to calculate the result
3535
* - list of types vector operation accepts
3636
* - mkl operation used to calculate the result
37-
* - list of types mkl operation accepts
37+
* - list of types OneMKL operation accepts
3838
*
3939
*/
4040

dpnp/random/dpnp_random_state.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def __init__(self, seed=None, device=None, sycl_queue=None):
9898
dpnp.float64, self._sycl_device
9999
)
100100

101-
# TODO: rework through pybind11 extension for MKL engine and distribution classes
101+
# TODO: rework through pybind11 extension for OneMKL engine and distribution classes
102102
if is_cpu:
103103
self._random_state = MT19937(self._seed, self._sycl_queue)
104104
else:

0 commit comments

Comments
 (0)