spelling: element-wise

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2024-01-01 22:34:38 -05:00
parent 07cb2f70c7
commit f242b42493
5 changed files with 9 additions and 9 deletions

View File

@@ -989,7 +989,7 @@ TEST_CASE("test as_strided grads") {
}
TEST_CASE("test jvp from vjp") {
// Unary elementwise ops
// Unary element-wise ops
{
auto x = random::uniform({5, 10});
eval(x);
@@ -1022,7 +1022,7 @@ TEST_CASE("test jvp from vjp") {
CHECK(compute_derivs(mlx::core::rsqrt));
}
// Binary elementwise ops
// Binary element-wise ops
{
auto x = random::uniform({5, 10});
auto y = random::uniform({5, 10});