mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-07-13 10:37:42 +00:00
update
This commit is contained in:
@@ -288,7 +288,7 @@ struct F16xMXF4FlatmmPipelineAGmemBGmemCRegV1
|
||||
uint32_t uscale = uint32_t(scale.data) << float_mantissa;
|
||||
*/
|
||||
|
||||
float scale_f32 = type_cast<float>(scale.data);
|
||||
float scale_f32 = type_convert<float>(scale.data);
|
||||
|
||||
using ComputeV2Type =
|
||||
std::conditional_t<std::is_same_v<ComputeType, half_t>, fp16x2_t, bf16x2_t>;
|
||||
|
||||
Reference in New Issue
Block a user