Skip to content

Commit

Permalink
fix function call
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlieL7 committed Dec 6, 2024
1 parent abab902 commit ffc0995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/targets/gpu/target.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ std::vector<pass> target::get_passes(migraphx::context& gctx, const compile_opti
// MIOpen doesn't have support for fp8 pooling yet.
unsupported_fp8e4m3fnuz_ops.insert("pooling");
#endif
if(not gpu::gfx_has_fp8e4m3fnuz_intrinsics())
if(not gpu::gfx_has_fp8fnuz_intrinsics())
{
unsupported_fp8e4m3fnuz_ops.insert("convolution");
unsupported_fp8e4m3fnuz_ops.insert("quant_convolution");
Expand Down

0 comments on commit ffc0995

Please sign in to comment.