mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-04-20 06:49:15 +00:00
[CK_Tile] Refactor MOE Sorting and Smoothquant ctests to gtests (#2596)
* refactor moe_sorting ctests to use gtest framework * Refactor ctests for smoothquant to gtests * fix clang format to use version 18 * Print local_eid in MOE sorting gtests * Remove extra space in smoothquant output
This commit is contained in:
@@ -111,4 +111,5 @@ struct smoothquant_traits
|
||||
std::string data_type;
|
||||
};
|
||||
|
||||
float smoothquant(smoothquant_traits, smoothquant_args, const ck_tile::stream_config&);
|
||||
template <typename DataType>
|
||||
float smoothquant(smoothquant_args, const ck_tile::stream_config&);
|
||||
|
||||
Reference in New Issue
Block a user