Skip to content

Commit 6f2cce7

Browse files
committed
update doc to add boolean dtype
1 parent b725c19 commit 6f2cce7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpnp/dpnp_utils/dpnp_utils_linearalgebra.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ def dpnp_dot(a, b, /, out=None):
190190
Return the dot product of two arrays.
191191
192192
The routine that is used to perform the main calculation
193-
depends on input array data types: 1) For integer data types,
193+
depends on input array data types: 1) For integer and boolean data types,
194194
`dpctl.tensor.vecdot` form the Data Parallel Control library is used,
195195
2) For floating point real-valued data types, `dot` routines from
196196
BLAS library of OneMKL is used, and 3) For complex data types,

0 commit comments

Comments
 (0)