Skip to content

Commit 09b783c

Browse files
committed
Update test/accelerators/NNPA/backend/CMakeLists.txt to add more tests.
Signed-off-by: Yasushi Negishi <[email protected]>
1 parent 733dfac commit 09b783c

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

test/accelerators/NNPA/backend/CMakeLists.txt

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -149,15 +149,16 @@ set(NNPA_TEST_LIST
149149
# ==OP== ConvTranspose
150150
# ==MIN== 1
151151
# ==LIM== - 1D and 3D not supported because Conv1D and Conv3D not supported in zDNN. non-default `dilations` not supported because dilated convolution not supported in zDNN.
152+
# Disable backend tests for ConvTranspose, because they do not work on CPU.
152153
# test_convtranspose_1d_cpu,zdnn_conv1d
153154
# test_convtranspose_3d_cpu
154-
test_convtranspose_autopad_same_cpu,zdnn_conv2d,NO_DYNAMIC_SHAPE_TEST
155-
test_convtranspose_cpu,zdnn_conv2d,NO_DYNAMIC_SHAPE_TEST
155+
test_convtranspose_autopad_same_cpu,zdnn_conv2d,NO_DYNAMIC_SHAPE_TEST # not work on CPU
156+
test_convtranspose_cpu,zdnn_conv2d,NO_DYNAMIC_SHAPE_TEST # not work on CPU
156157
# test_convtranspose_dilations_cpu,zdnn_conv2d
157-
test_convtranspose_kernel_shape_cpu,zdnn_conv2d,NO_DYNAMIC_SHAPE_TEST
158-
test_convtranspose_output_shape_cpu,zdnn_conv2d,NO_DYNAMIC_SHAPE_TEST
159-
test_convtranspose_pad_cpu,zdnn_conv2d,NO_DYNAMIC_SHAPE_TEST
160-
test_convtranspose_pads_cpu,zdnn_conv2d,NO_DYNAMIC_SHAPE_TEST
158+
test_convtranspose_kernel_shape_cpu,zdnn_conv2d,NO_DYNAMIC_SHAPE_TEST # not work on CPU
159+
test_convtranspose_output_shape_cpu,zdnn_conv2d,NO_DYNAMIC_SHAPE_TEST # not work on CPU
160+
test_convtranspose_pad_cpu,zdnn_conv2d,NO_DYNAMIC_SHAPE_TEST # not work on CPU
161+
test_convtranspose_pads_cpu,zdnn_conv2d,NO_DYNAMIC_SHAPE_TEST # not work on CPU
161162

162163
# ==OP== Div
163164
# ==MIN== 6
@@ -328,7 +329,7 @@ set(NNPA_TEST_LIST
328329
# test_softmax_axis_1_cpu
329330
# test_softmax_axis_2_cpu
330331
# test_softmax_default_axis_cpu
331-
test_softmax_example_cpu,zdnn_softmax,NO_DYNAMIC_SHAPE_TEST
332+
test_softmax_example_cpu,zdnn_softmax
332333
# test_softmax_large_number_cpu # accuracy error
333334

334335
# ==OP== Sub

0 commit comments

Comments
 (0)