Files
composable_kernel/test/ck_tile/permute/test_permute.cpp
Aviral Goel c8563f2101 chore(copyright): update copyright header for test directory (#3252)
* 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
2025-11-20 20:36:57 -05:00

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