From dc4366a876865ed897f3b39ca520db506d38cdf0 Mon Sep 17 00:00:00 2001 From: Sami Remes Date: Fri, 6 Feb 2026 18:12:54 +0000 Subject: [PATCH] add main include file --- include/ck_tile/ops/gemm_mx.hpp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 include/ck_tile/ops/gemm_mx.hpp diff --git a/include/ck_tile/ops/gemm_mx.hpp b/include/ck_tile/ops/gemm_mx.hpp new file mode 100644 index 0000000000..c8b328ab60 --- /dev/null +++ b/include/ck_tile/ops/gemm_mx.hpp @@ -0,0 +1,9 @@ +// Copyright (c) Advanced Micro Devices, Inc., or its affiliates. +// SPDX-License-Identifier: MIT + +#pragma once + +#include "ck_tile/ops/gemm_mx/kernel/gemm_mx_kernel.hpp" +#include "ck_tile/ops/gemm_mx/kernel/scale_pointer.hpp" +#include "ck_tile/ops/gemm_mx/pipeline/gemm_pipeline_ag_bg_cr_comp_async.hpp" +#include "ck_tile/ops/gemm_mx/pipeline/gemm_pipeline_ag_bg_cr_comp_async_default_policy.hpp"