Skip to content

Commit a95dd30

Browse files
committed
Add comments to write test/accelerators/NNPA/backend/CMakeLists.txt .
Signed-off-by: Yasushi Negishi <[email protected]>
1 parent 1c6730f commit a95dd30

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

test/accelerators/NNPA/backend/CMakeLists.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,14 @@ endif()
9393
# Followings are test cases of test_to_enable_dict in test/backend/inference_backend.py.
9494
# Only test cases for operations supported by zDNN are listed. Non-supported cases are
9595
# commented out. This list is set in the environment variable `TEST_CASE_BY_USER`. So,
96-
# instruction name is added after test case name in each test case.
96+
# instruction name and relationship among input arguments are added after test
97+
# case name in each test case if necessary. For example,
98+
# test_add_cpu,zdnn_add,"0:0=a,1=b,2=c|1:0=a,1=b,2=c"
99+
# means that (1) the test name is "test_add_cpu", (2) instruction name to be
100+
# checked if it is used is "zdnn_add", (3) relationship among input arguments
101+
# are "0:0=a,1=b,2=c|1:0=a,1=b,2=c", which means that the first ranks of the
102+
# first, second and third ranks of the first and second input arguments are the
103+
# same respectively.
97104
set(NNPA_TEST_LIST
98105

99106
# ==ARCH== NNPA

0 commit comments

Comments
 (0)