mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-03-23 16:47:40 +00:00
* chore(copyright): update copyright header for test directory * chore(copyright): update copyright header for test directory * chore(copyright): update copyright header for client_example directory * chore(copyright): update copyright header for test directory
15 lines
396 B
C++
15 lines
396 B
C++
// Copyright (c) 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
|