File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
dpctl_ext/tensor/libtensor/include/kernels/elementwise_functions Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments