"...targets/git@developer.sourcefind.cn:gaoqiong/migraphx.git" did not exist on "742b4b82cd1fddcbd185d50cd56fcd9f2e4d0527"
Commit 39bf5dc5 authored by Umang Yadav's avatar Umang Yadav
Browse files

add quant_dot as unsupported fp8 op

parent 5d240fa4
......@@ -109,6 +109,7 @@ std::vector<pass> target::get_passes(migraphx::context& gctx, const compile_opti
if(not gpu::rocblas_fp8_available())
{
unsupported_fp8_ops.insert("dot");
unsupported_fp8_ops.insert("quant_dot");
}
// 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