Commit 7d6e6ad7 authored by Umang Yadav's avatar Umang Yadav
Browse files

fix typo

parent b099a7da
......@@ -108,7 +108,7 @@ void eliminate_data_type::apply(module& m) const
"scatternd_add",
"scatternd_mul",
"scatternd_none"};
if(unsupported_types.empty() and unsupported_types.empty())
if(unsupported_types.empty() and unsupported_fp8_ops.empty())
{
return;
}
......
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