Skip to content

Commit b1c213d

Browse files
Apply remarks
1 parent ffee731 commit b1c213d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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
@@ -30,7 +30,7 @@
3030
///
3131
/// \file
3232
/// This file defines kernels for elementwise evaluation of LOGICAL_NOT(x)
33-
/// function that tests whether a tensor element is a NaN.
33+
/// function.
3434
//===---------------------------------------------------------------------===//
3535

3636
#pragma once

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

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

3636
#pragma once

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

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

3636
#pragma once

0 commit comments

Comments
 (0)