Skip to content

Commit eb07456

Browse files
committed
CANN: remove custom error limit for SSM_CONV
1 parent df6a560 commit eb07456

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tests/test-backend-ops.cpp

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3379,14 +3379,6 @@ struct test_ssm_conv : public test_case {
33793379
ggml_tensor * out = ggml_ssm_conv(ctx, a, b);
33803380
return out;
33813381
}
3382-
3383-
// for CANN Ascend310P3:
3384-
// this card requires setting cubeMathType=1 (ALLOW_FP32_DOWN_PRECISION)
3385-
// so the inputs are converted from f32
3386-
// and tests fail with NMSE = 0.000000114 > 0.000000100
3387-
double max_nmse_err() override {
3388-
return 1e-6;
3389-
}
33903382
};
33913383

33923384
// GGML_OP_SSM_SCAN

0 commit comments

Comments
 (0)