From e7e424faf8e04fa91f6d71a68e8cb174ebebc1b7 Mon Sep 17 00:00:00 2001 From: joye Date: Tue, 8 Jul 2025 12:29:32 +0800 Subject: [PATCH] add missing include file --- include/ck_tile/ops/gemm/warp/warp_gemm_attribute_wmma.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/ck_tile/ops/gemm/warp/warp_gemm_attribute_wmma.hpp b/include/ck_tile/ops/gemm/warp/warp_gemm_attribute_wmma.hpp index ed15a9b76f..2d9c78ccf4 100644 --- a/include/ck_tile/ops/gemm/warp/warp_gemm_attribute_wmma.hpp +++ b/include/ck_tile/ops/gemm/warp/warp_gemm_attribute_wmma.hpp @@ -4,6 +4,7 @@ #pragma once #include "ck_tile/core.hpp" +#include "ck_tile/host/device_prop.hpp" #include "ck_tile/ops/gemm/warp/warp_gemm_attribute_wmma_impl.hpp" namespace ck_tile {