diff --git a/example/ck_tile/03_gemm/gemm_tdm_data_cache_prefetch.cpp b/example/ck_tile/03_gemm/gemm_tdm_data_cache_prefetch.cpp index 39ae6d250c..955aff84fa 100644 --- a/example/ck_tile/03_gemm/gemm_tdm_data_cache_prefetch.cpp +++ b/example/ck_tile/03_gemm/gemm_tdm_data_cache_prefetch.cpp @@ -1,329 +1,329 @@ -// Copyright (c) Advanced Micro Devices, Inc., or its affiliates. -// SPDX-License-Identifier: MIT - -#include "gemm_utils.hpp" -#include "run_gemm_example.inc" -#include "run_gemm_example_common.hpp" -#include "universal_gemm_invoker.hpp" -#include "ck_tile/core/utility/gemm_validation.hpp" - -// Template function to run GEMM with optional prefetch comparison. -// GemmConfig takes (PrecType, DataCachePrefetchKind A, DataCachePrefetchKind B, -// ClusterM, ClusterN). -template