mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-12 17:26:00 +00:00
Only need one test case here (#483)
This commit is contained in:
@@ -43,13 +43,6 @@ class TestGroupnorm : public ::testing::Test
|
||||
|
||||
using KernelTypes = ::testing::Types<
|
||||
// XDataType, GammaDataType, BetaDataType, AccDataType, YDataType>
|
||||
std::tuple<F32, F32, F32, F32, F32>,
|
||||
std::tuple<F32, F32, F32, F32, F32>,
|
||||
std::tuple<F32, F32, F32, F32, F32>,
|
||||
std::tuple<F32, F32, F32, F32, F32>,
|
||||
std::tuple<F32, F32, F32, F32, F32>,
|
||||
std::tuple<F32, F32, F32, F32, F32>,
|
||||
std::tuple<F32, F32, F32, F32, F32>,
|
||||
std::tuple<F32, F32, F32, F32, F32>>;
|
||||
|
||||
TYPED_TEST_SUITE(TestGroupnorm, KernelTypes);
|
||||
|
||||
Reference in New Issue
Block a user