From 2f59f743343d91b1074b92824be2a4bf5f331fff Mon Sep 17 00:00:00 2001 From: logicat <35831253+ca1ic0@users.noreply.github.com> Date: Sat, 17 Jan 2026 02:40:05 +0800 Subject: [PATCH] Remove unnecessary hip_fp16 include from stream_config (#3549) [ROCm/composable_kernel commit: fec81109f1a9156d33806d614ee93321f76c4b6a] --- include/ck/stream_config.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/ck/stream_config.hpp b/include/ck/stream_config.hpp index 896c048781..ea1c15b1aa 100644 --- a/include/ck/stream_config.hpp +++ b/include/ck/stream_config.hpp @@ -4,7 +4,6 @@ #pragma once #include -#include struct StreamConfig {