mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-15 18:42:06 +00:00
15 lines
366 B
C++
15 lines
366 B
C++
// Copyright © Advanced Micro Devices, Inc., or its affiliates.
|
|
// SPDX-License-Identifier: MIT
|
|
|
|
#include "test_gemm_streamk_types.hpp"
|
|
#include "test_gemm_streamk_util.hpp"
|
|
#include "gtest/gtest.h"
|
|
|
|
#define TEST_SUITE_NAME TestCkTileStreamK
|
|
|
|
TYPED_TEST_SUITE(TestCkTileStreamK, KernelTypesStreamK);
|
|
|
|
#include "test_gemm_streamk_cases.inc"
|
|
|
|
#undef TEST_SUITE_NAME
|