Skip to content

Commit ffee731

Browse files
Update a wrong function name in docs
1 parent d5d0e36 commit ffee731

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dpctl_ext/tensor/libtensor/include/kernels/elementwise_functions/logical_not.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
//===---------------------------------------------------------------------===//
3030
///
3131
/// \file
32-
/// This file defines kernels for elementwise evaluation of ISNAN(x)
32+
/// This file defines kernels for elementwise evaluation of LOGICAL_NOT(x)
3333
/// function that tests whether a tensor element is a NaN.
3434
//===---------------------------------------------------------------------===//
3535

dpctl_ext/tensor/libtensor/include/kernels/elementwise_functions/negative.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
//===---------------------------------------------------------------------===//
3030
///
3131
/// \file
32-
/// This file defines kernels for elementwise evaluation of POSITIVE(x)
32+
/// This file defines kernels for elementwise evaluation of NEGATIVE(x)
3333
/// function that returns x.
3434
//===---------------------------------------------------------------------===//
3535

0 commit comments

Comments
 (0)