Commit b5ac2abd authored by Rostyslav Geyyer's avatar Rostyslav Geyyer
Browse files

Fix

parent 1475cb44
...@@ -75,7 +75,7 @@ struct GeneratorTensor_1<ck::f4_t> ...@@ -75,7 +75,7 @@ struct GeneratorTensor_1<ck::f4_t>
float value = 1.0; float value = 1.0;
template <typename... Is> template <typename... Is>
ck::bhalf_t operator()(Is...) ck::f4_t operator()(Is...)
{ {
return ck::type_convert<ck::f4_t>(value); return ck::type_convert<ck::f4_t>(value);
} }
......
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