Merge commit '10395fc895a73727cf0bda5a44a88d1b2595dcb2' into develop

This commit is contained in:
assistant-librarian[bot]
2025-08-14 19:11:31 +00:00
parent 47789f61ee
commit eff48156cb
40 changed files with 3252 additions and 1966 deletions

View File

@@ -0,0 +1,14 @@
// Copyright © 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