Commit 51ac4fdd authored by Umang Yadav's avatar Umang Yadav
Browse files

fix naming

parent 994d24b6
......@@ -116,8 +116,8 @@ std::vector<pass> target::get_passes(migraphx::context& gctx, const compile_opti
unsupported_fp8_ops.insert("pooling");
if(not gpu::gfx_has_fp8_intrinsics())
{
unsupported_fp8_ops.insert("conv");
unsupported_fp8_ops.insert("quant_conv");
unsupported_fp8_ops.insert("convolution");
unsupported_fp8_ops.insert("quant_convolution");
}
// clang-format off
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