"test/vscode:/vscode.git/clone" did not exist on "4a0cc125b11f7aafc1dfd43bb24fe29efd3445f1"
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 ...@@ -116,8 +116,8 @@ std::vector<pass> target::get_passes(migraphx::context& gctx, const compile_opti
unsupported_fp8_ops.insert("pooling"); unsupported_fp8_ops.insert("pooling");
if(not gpu::gfx_has_fp8_intrinsics()) if(not gpu::gfx_has_fp8_intrinsics())
{ {
unsupported_fp8_ops.insert("conv"); unsupported_fp8_ops.insert("convolution");
unsupported_fp8_ops.insert("quant_conv"); unsupported_fp8_ops.insert("quant_convolution");
} }
// clang-format off // clang-format off
return 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