Fix F16 type (#1583)

[ROCm/composable_kernel commit: 3599418aa8]
This commit is contained in:
rocking
2024-11-07 03:32:44 +08:00
committed by GitHub
parent 4f8f789834
commit 5f89baa4c3

View File

@@ -85,7 +85,7 @@ int profile_layernorm(int argc, char* argv[])
if(data_type == ck::DataTypeEnum::Half)
{
ck::profiler::profile_layernorm_impl<F16, F16, F16, F32, F16, F32, false, rank>(
ck::profiler::profile_layernorm_impl<F16, F16, F16, F32, F16, F16, false, rank>(
do_verification, init_method, do_log, time_kernel, length);
}
else if(data_type == ck::DataTypeEnum::Float)