Unverified Commit a32aa5f2 authored by zjing14's avatar zjing14 Committed by GitHub
Browse files

Update host_tensor_generator.hpp

parent 5e98fc5b
...@@ -55,18 +55,6 @@ struct GeneratorTensor_1<int8_t> ...@@ -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> template <typename T>
struct GeneratorTensor_2 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