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

Remove the message

parent b0ad96fd
...@@ -116,9 +116,6 @@ struct ConvertBF16RTN ...@@ -116,9 +116,6 @@ struct ConvertBF16RTN
__host__ __device__ void operator()<half_t, half_t>(half_t& y, const half_t& x) const __host__ __device__ void operator()<half_t, half_t>(half_t& y, const half_t& x) const
{ {
y = x; y = x;
// fill user screen, but exit gracefully
printf("This datatype is not supported, please use ConvertBF16RTN for bf16 data only.\n");
} }
}; };
......
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