Add including of block_dropout.hpp in the hstu kernel to avoid potential compiling failure

This commit is contained in:
Qianfeng Zhang
2025-07-11 00:15:53 +00:00
parent 6825618dca
commit 9171b35751

View File

@@ -5,6 +5,7 @@
#include "ck_tile/core.hpp"
#include "ck_tile/ops/common.hpp"
#include "ck_tile/ops/fmha/block/block_dropout.hpp"
#include <string>
#include <type_traits>