add qkv scale all

This commit is contained in:
ltqin
2025-11-11 13:56:25 +00:00
parent e1bc48d5f3
commit 100dcc9ea2
5 changed files with 150 additions and 85 deletions

View File

@@ -91,6 +91,15 @@ struct identity
}
};
struct idx_identity
{
template <typename T>
CK_TILE_HOST_DEVICE constexpr T&& operator()(auto, T&& arg) const noexcept
{
return std::forward<T>(arg);
}
};
namespace detail {
// RemainLengths: sequence<...>