We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 927471e commit 0e3bc76Copy full SHA for 0e3bc76
2 files changed
dpctl_ext/tensor/libtensor/include/kernels/elementwise_functions/cbrt.hpp
@@ -30,7 +30,7 @@
30
///
31
/// \file
32
/// This file defines kernels for elementwise evaluation of CBRT(x)
33
-/// function that compute a square root.
+/// function that computes a cube root.
34
//===---------------------------------------------------------------------===//
35
36
#pragma once
dpctl_ext/tensor/libtensor/include/kernels/elementwise_functions/sqrt.hpp
/// This file defines kernels for elementwise evaluation of SQRT(x)
+/// function that computes a square root.
0 commit comments