Skip to content

Commit

Permalink
Added comment to test script from dsppp
Browse files Browse the repository at this point in the history
  • Loading branch information
christophe0606 committed Mar 6, 2024
1 parent 0732932 commit 4d7d599
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions dsppp/run_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,10 @@ def is_only_test(n,i):
"DYNAMIC_TEST"
]

TESTS=["DOT_TEST","VECTOR_TEST"]
DATATYPES=["F32_DT"]
MODE = ["STATIC_TEST"]
# Restricted tests for debugging
#TESTS=["DOT_TEST","VECTOR_TEST"]
#DATATYPES=["F32_DT"]
#MODE = ["STATIC_TEST"]

all_tests = list(itertools.product(TESTS,DATATYPES,MODE))

Expand Down

0 comments on commit 4d7d599

Please sign in to comment.