Skip to content

Commit

Permalink
test: benchdnn: matmul: update fp4 limits
Browse files Browse the repository at this point in the history
  • Loading branch information
kealan-barbieri committed Jan 17, 2025
1 parent 225d3b8 commit ebac6cb
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tests/benchdnn/matmul/matmul.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -640,15 +640,6 @@ void skip_unimplemented_prb(const prb_t *prb, res_t *res) {
return;
}

if (prb->src_dt() == dnnl_f4_e2m1 || prb->dst_dt() == dnnl_f4_e2m1
|| prb->wei_dt() == dnnl_f4_e2m1) {
BENCHDNN_PRINT(2, "[SKIP][%s:%d]: GPU has no fp4 support.\n",
__FILE__, __LINE__);
res->state = SKIPPED;
res->reason = skip_reason::case_not_supported;
return;
}

if (prb->src_dt() == dnnl_f4_e3m0 || prb->dst_dt() == dnnl_f4_e3m0
|| prb->wei_dt() == dnnl_f4_e3m0) {
BENCHDNN_PRINT(2, "[SKIP][%s:%d]: GPU has no fp4_e3m0 support.\n",
Expand Down

0 comments on commit ebac6cb

Please sign in to comment.