We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a690214 commit 657a45bCopy full SHA for 657a45b
dpnp/backend/kernels/elementwise_functions/spacing.hpp
@@ -53,7 +53,7 @@ struct SpacingFunctor
53
54
constexpr argT inf = std::numeric_limits<argT>::infinity();
55
if constexpr (std::is_same_v<argT, sycl::half>) {
56
- // numpy laways computes spacing towards +inf for float16 dtype
+ // numpy always computes spacing towards +inf for float16 dtype
57
return sycl::nextafter(x, inf) - x;
58
}
59
else {
0 commit comments