Skip to content

Commit

Permalink
reduce dml test to original
Browse files Browse the repository at this point in the history
Signed-off-by: Liqun Fu <[email protected]>
  • Loading branch information
liqunfu committed Apr 26, 2024
1 parent 8a69e1c commit 20649bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onnxruntime/test/contrib_ops/matmul_4bits_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ TEST(MatMulNBits, Float32) {
for (auto N : {1, 2, 32, 288}) {
for (auto K : {16, 32, 64, 128, 256, 1024, 93, 1234}) {
for (auto block_size : {16, 32, 64, 128}) {
#if defined(ORT_NEURAL_SPEED)
#if defined(ORT_NEURAL_SPEED) || defined(USE_DML)
for (auto accuracy_level : {0, 1, 4}) {
RunTest(M, N, K, block_size, accuracy_level, false, false);
RunTest(M, N, K, block_size, accuracy_level, true, false);
Expand Down

0 comments on commit 20649bc

Please sign in to comment.