mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-03-20 07:07:43 +00:00
15 lines
375 B
C++
15 lines
375 B
C++
// Copyright (c) Advanced Micro Devices, Inc., or its affiliates.
|
|
// SPDX-License-Identifier: MIT
|
|
|
|
#include "test_smoothquant_types.hpp"
|
|
#include "test_smoothquant_util.hpp"
|
|
#include "gtest/gtest.h"
|
|
|
|
#define TEST_SUITE_NAME TestCkTileSmoothquant
|
|
|
|
TYPED_TEST_SUITE(TestCkTileSmoothquant, KernelTypesSmoothquant);
|
|
|
|
#include "test_smoothquant_cases.inc"
|
|
|
|
#undef TEST_SUITE_NAME
|