Skip to content

Commit 927471e

Browse files
Merge move_tensor_elementwise_impl_unary_par_2 into move_tensor_elementwise_impl_unary_par_3
2 parents 5fbac89 + ffee731 commit 927471e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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)