mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-03-19 22:57:38 +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
351 B
C++
15 lines
351 B
C++
// Copyright (c) Advanced Micro Devices, Inc., or its affiliates.
|
|
// SPDX-License-Identifier: MIT
|
|
|
|
#include "test_permute_types.hpp"
|
|
#include "test_permute_util.hpp"
|
|
#include "gtest/gtest.h"
|
|
|
|
#define TEST_SUITE_NAME TestCkTilePermute
|
|
|
|
TYPED_TEST_SUITE(TestCkTilePermute, KernelTypesPermute);
|
|
|
|
#include "test_permute_cases.inc"
|
|
|
|
#undef TEST_SUITE_NAME
|