mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-03 05:01:25 +00:00
[CK_Tile] Refactor Permute and MOE Smoothquant ctests to gtests (#2622)
* Refactor CK tile permute ctests to gtests * Refactor CK tile MOE smoothquant ctests to gtests * fix typo in comment Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update invalid case in else clause for get_precision_string * Refactor permute gtests to use templated versions of matrix_core_swizzle and permute functions --------- Co-authored-by: root <root@splinter-126-wr-c2.aus.dcgpu> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -95,10 +95,5 @@ template <typename Traits_>
|
||||
float moe_smoothquant_(const ck_tile::stream_config& s, moe_smoothquant_args a);
|
||||
|
||||
// This is the public API, will be generated by script
|
||||
struct moe_smoothquant_traits
|
||||
{
|
||||
std::string in_type; // input type
|
||||
std::string out_type; // output type
|
||||
};
|
||||
|
||||
float moe_smoothquant(moe_smoothquant_traits, moe_smoothquant_args, const ck_tile::stream_config&);
|
||||
template <typename InputType, typename OutputType>
|
||||
float moe_smoothquant(moe_smoothquant_args, const ck_tile::stream_config&);
|
||||
|
||||
Reference in New Issue
Block a user