Commit 9212f569 authored by Jing Zhang's avatar Jing Zhang
Browse files

Merge branch 'fixed_fp8_gemm_init' of...

Merge branch 'fixed_fp8_gemm_init' of github.com:ROCmSoftwarePlatform/composable_kernel into fixed_fp8_gemm_init
parents bcbe69aa a32aa5f2
......@@ -55,18 +55,6 @@ struct GeneratorTensor_1<int8_t>
}
};
template <>
struct GeneratorTensor_1<ck::f8_t>
{
float value = 1.0;
template <typename... Is>
ck::f8_t operator()(Is...)
{
return ck::type_convert<ck::f8_t>(value);
}
};
template <typename T>
struct GeneratorTensor_2
{
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment