mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-25 15:24:39 +00:00
Merge commit '10395fc895a73727cf0bda5a44a88d1b2595dcb2' into develop
This commit is contained in:
14
test/ck_tile/moe_smoothquant/test_moe_smoothquant.cpp
Normal file
14
test/ck_tile/moe_smoothquant/test_moe_smoothquant.cpp
Normal file
@@ -0,0 +1,14 @@
|
||||
// Copyright © Advanced Micro Devices, Inc., or its affiliates.
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
#include "test_moe_smoothquant_types.hpp"
|
||||
#include "test_moe_smoothquant_util.hpp"
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
#define TEST_SUITE_NAME TestCkTileMoeSmoothquant
|
||||
|
||||
TYPED_TEST_SUITE(TestCkTileMoeSmoothquant, KernelTypesMoeSmoothquant);
|
||||
|
||||
#include "test_moe_smoothquant_cases.inc"
|
||||
|
||||
#undef TEST_SUITE_NAME
|
||||
Reference in New Issue
Block a user