mirror of
https://github.com/ml-explore/mlx.git
synced 2025-08-21 20:46:46 +08:00
spelling: skipping
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
2fb5fe3a52
commit
31b24c2289
@ -76,7 +76,7 @@ TEST_CASE("test arg reduce small") {
|
||||
{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0});
|
||||
|
||||
if (!metal::is_available()) {
|
||||
INFO("Skiping arg reduction gpu tests");
|
||||
INFO("Skipping arg reduction gpu tests");
|
||||
return;
|
||||
}
|
||||
|
||||
@ -106,7 +106,7 @@ TEST_CASE("test arg reduce small") {
|
||||
|
||||
TEST_CASE("test arg reduce against cpu") {
|
||||
if (!metal::is_available()) {
|
||||
INFO("Skiping arg reduction gpu tests");
|
||||
INFO("Skipping arg reduction gpu tests");
|
||||
return;
|
||||
}
|
||||
|
||||
@ -148,7 +148,7 @@ void test_arg_reduce_small_bool(
|
||||
|
||||
TEST_CASE("test arg reduce bool") {
|
||||
if (!metal::is_available()) {
|
||||
INFO("Skiping arg reduction gpu tests");
|
||||
INFO("Skipping arg reduction gpu tests");
|
||||
return;
|
||||
}
|
||||
auto x = array(
|
||||
@ -201,7 +201,7 @@ TEST_CASE("test arg reduce irregular strides") {
|
||||
Device::cpu, x, ArgReduce::ArgMin, {4, 2}, 2, {0, 0, 1, 1, 1, 1, 2, 2});
|
||||
|
||||
if (!metal::is_available()) {
|
||||
INFO("Skiping arg reduction gpu tests");
|
||||
INFO("Skipping arg reduction gpu tests");
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user