This commit is contained in:
aska-0096
2025-08-08 15:42:15 +00:00
parent 250dc13c75
commit 729e8785fb
2 changed files with 10 additions and 17 deletions

View File

@@ -330,13 +330,6 @@ struct PassThrough
y = type_convert<float>(x);
}
template <>
CK_TILE_HOST_DEVICE void
operator()<ck_tile::bf16_t, ck_tile::fp16_t>(ck_tile::bf16_t& y, const ck_tile::fp16_t& x) const
{
y = type_convert<ck_tile::bf16_t>(x);
}
template <>
CK_TILE_HOST_DEVICE void operator()<float, ck_tile::fp16_t>(float& y,
const ck_tile::fp16_t& x) const