mirror of
https://github.com/amd/blis.git
synced 2026-04-20 07:38:53 +00:00
GTestSuite: No newline at end of file
Add missing newline at the end of these files. AMD-Internal: [CPUPL-4500] Change-Id: I835cc73de0008b66ae3cf77fbb3daa1c8fcaaa7f
This commit is contained in:
@@ -76,4 +76,4 @@
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -45,4 +45,4 @@ int main()
|
||||
if(bli_cpuid_is_avx512_supported()) std::cout<<"AVX512;";
|
||||
if(bli_cpuid_is_avx512vnni_supported()) std::cout<<"AVX512VNNI;";
|
||||
if(bli_cpuid_is_avx512bf16_supported()) std::cout<<"AVX512BF16";
|
||||
}
|
||||
}
|
||||
|
||||
@@ -64,4 +64,4 @@
|
||||
"jobs": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -258,4 +258,4 @@
|
||||
"inherits": "base"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -258,4 +258,4 @@
|
||||
"inherits": "base"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -259,4 +259,4 @@
|
||||
"inherits": "base"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -258,4 +258,4 @@
|
||||
"inherits": "base"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -76,4 +76,4 @@ namespace testinghelpers {
|
||||
*/
|
||||
static void stop_signal_handler();
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
@@ -187,4 +187,4 @@ void testinghelpers::ProtectedBuffer::stop_signal_handler()
|
||||
// reset to default signal handler
|
||||
signal(SIGSEGV, SIG_DFL);
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
@@ -173,4 +173,4 @@ foreach(dir ${subdirs})
|
||||
foreach(child ${child_execs})
|
||||
add_dependencies(${target_name}.${dir} ${child})
|
||||
endforeach()
|
||||
endforeach()
|
||||
endforeach()
|
||||
|
||||
@@ -136,4 +136,4 @@ public:
|
||||
str_name = str_name + "_" + std::to_string(xj) + "_" + testinghelpers::get_value_string(xj_exval);
|
||||
return str_name;
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
@@ -178,4 +178,4 @@ TYPED_TEST(axpbyv_IIT_ERS, alpha_eq_zero_beta_eq_one_unitStrides)
|
||||
// Use bitwise comparison (no threshold).
|
||||
computediff( "y", N, y.data(), y_ref.data(), 1 );
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -284,4 +284,4 @@ INSTANTIATE_TEST_SUITE_P(
|
||||
::testing::Values(NaN, -Inf, Inf, -1.9) // beta
|
||||
),
|
||||
::axpbyvEVTPrint<double>());
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -284,4 +284,4 @@ INSTANTIATE_TEST_SUITE_P(
|
||||
::testing::Values(NaN, -Inf, Inf, -1.9) // beta
|
||||
),
|
||||
::axpbyvEVTPrint<float>());
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -143,4 +143,4 @@ INSTANTIATE_TEST_SUITE_P(
|
||||
#endif
|
||||
// ----------------------------------------------
|
||||
// ----- End ZEN1/2/3 (AVX2) Kernel Tests -----
|
||||
// ----------------------------------------------
|
||||
// ----------------------------------------------
|
||||
|
||||
@@ -190,4 +190,4 @@ INSTANTIATE_TEST_SUITE_P(
|
||||
#endif
|
||||
// ----------------------------------------------
|
||||
// ----- End ZEN4/5 (AVX512) Kernel Tests -----
|
||||
// ----------------------------------------------
|
||||
// ----------------------------------------------
|
||||
|
||||
@@ -134,4 +134,4 @@ INSTANTIATE_TEST_SUITE_P(
|
||||
#endif
|
||||
// ----------------------------------------------
|
||||
// ----- End ZEN1/2/3 (AVX2) Kernel Tests -----
|
||||
// ----------------------------------------------
|
||||
// ----------------------------------------------
|
||||
|
||||
@@ -143,4 +143,4 @@ INSTANTIATE_TEST_SUITE_P(
|
||||
#endif
|
||||
// ----------------------------------------------
|
||||
// ----- End ZEN1/2/3 (AVX2) Kernel Tests -----
|
||||
// ----------------------------------------------
|
||||
// ----------------------------------------------
|
||||
|
||||
@@ -131,4 +131,4 @@ public:
|
||||
str_name += ( is_memory_test ) ? "_mem_test_enabled" : "_mem_test_disabled";
|
||||
return str_name;
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
@@ -183,4 +183,4 @@ INSTANTIATE_TEST_SUITE_P(
|
||||
),
|
||||
(::axpbyvMemUKRPrint<scomplex, caxpbyv_ker_ft>())
|
||||
);
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -232,4 +232,4 @@ INSTANTIATE_TEST_SUITE_P(
|
||||
),
|
||||
(::axpbyvMemUKRPrint<float, saxpbyv_ker_ft>())
|
||||
);
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -157,4 +157,4 @@ INSTANTIATE_TEST_SUITE_P(
|
||||
(::axpyvUKRPrint<scomplex, caxpyv_ker_ft>())
|
||||
);
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -132,4 +132,4 @@ INSTANTIATE_TEST_SUITE_P(
|
||||
),
|
||||
::copyvUKRPrint<ccopyv_ker_ft>()
|
||||
);
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -537,4 +537,4 @@ static void test_gemmk1_ukr( FT ukr_fp, gtint_t m, gtint_t n, gtint_t k, char st
|
||||
|
||||
// Check component-wise error
|
||||
computediff<T>( "C", storage, m, n, buf_c, buf_cref, ldc, thresh );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -134,4 +134,4 @@ public:
|
||||
str_name += ( is_memory_test ) ? "_mem_test_enabled" : "_mem_test_disabled";
|
||||
return str_name;
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
@@ -156,4 +156,4 @@ INSTANTIATE_TEST_SUITE_P(
|
||||
#endif
|
||||
// ----------------------------------------------
|
||||
// ----- End ZEN1/2/3 (AVX2) Kernel Tests -----
|
||||
// ----------------------------------------------
|
||||
// ----------------------------------------------
|
||||
|
||||
@@ -216,4 +216,4 @@ INSTANTIATE_TEST_SUITE_P(
|
||||
#endif
|
||||
// ----------------------------------------------
|
||||
// ----- End ZEN4/5 (AVX512) Kernel Tests -----
|
||||
// ----------------------------------------------
|
||||
// ----------------------------------------------
|
||||
|
||||
@@ -151,4 +151,4 @@ INSTANTIATE_TEST_SUITE_P(
|
||||
#endif
|
||||
// ----------------------------------------------
|
||||
// ----- End ZEN1/2/3 (AVX2) Kernel Tests -----
|
||||
// ----------------------------------------------
|
||||
// ----------------------------------------------
|
||||
|
||||
@@ -161,4 +161,4 @@ INSTANTIATE_TEST_SUITE_P(
|
||||
#endif
|
||||
// ----------------------------------------------
|
||||
// ----- End ZEN1/2/3 (AVX2) Kernel Tests -----
|
||||
// ----------------------------------------------
|
||||
// ----------------------------------------------
|
||||
|
||||
@@ -240,4 +240,4 @@ INSTANTIATE_TEST_SUITE_P(
|
||||
#endif
|
||||
// ----------------------------------------------
|
||||
// ----- End ZEN1/2/3 (AVX2) Kernel Tests -----
|
||||
// ----------------------------------------------
|
||||
// ----------------------------------------------
|
||||
|
||||
@@ -143,4 +143,4 @@ INSTANTIATE_TEST_SUITE_P(
|
||||
),
|
||||
(::setvUkrPrint<T, FT>())
|
||||
);
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -133,4 +133,4 @@ public:
|
||||
str_name += ( is_memory_test ) ? "_mem_test_enabled" : "_mem_test_disabled";
|
||||
return str_name;
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
@@ -143,4 +143,4 @@ public:
|
||||
str_name = str_name + "_" + testinghelpers::get_value_string(jx_exval);
|
||||
return str_name;
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
@@ -144,4 +144,4 @@ public:
|
||||
str_name = str_name + "_" + jexval_str;
|
||||
return str_name;
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user