Skip to content

Commit

Permalink
Add missing tests and remove unnecessary deps from tests
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 708333713
  • Loading branch information
dsharletg authored and xnnpack-bot committed Dec 20, 2024
1 parent 7bdbcd6 commit 9c9acda
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1513,10 +1513,12 @@ IF(XNNPACK_BUILD_TESTS)
SET(MICROKERNEL_DWCONV_UNIT_TESTS
f16-dwconv-minmax-multipass
f16-dwconv-minmax-unipass
f16-dwconv2d-chw
f32-dwconv-multipass
f32-dwconv-minmax-multipass
f32-dwconv-unipass
f32-dwconv-minmax-unipass
f32-dwconv2d-chw
qs8-qc8w-dwconv-minmax-multipass-fp32
qs8-qc8w-dwconv-minmax-unipass-fp32
qs8-dwconv-minmax-multipass-fp32
Expand All @@ -1539,7 +1541,6 @@ IF(XNNPACK_BUILD_TESTS)
logging
microkernels-all
microparams-init
pthreadpool
)
ADD_TEST(NAME ${TEST}-test COMMAND ${TEST}-test)
SET_TARGET_PROPERTIES(${TEST}-test PROPERTIES CXX_EXTENSIONS YES)
Expand Down Expand Up @@ -1615,7 +1616,6 @@ IF(XNNPACK_BUILD_TESTS)
logging
microkernels-all
microparams-init
pthreadpool
)
ADD_TEST(NAME ${TEST}-test COMMAND ${TEST}-test)
SET_TARGET_PROPERTIES(${TEST}-test PROPERTIES CXX_EXTENSIONS YES)
Expand Down Expand Up @@ -1685,7 +1685,6 @@ IF(XNNPACK_BUILD_TESTS)
logging
microkernels-all
microparams-init
pthreadpool
)
ADD_TEST(NAME ${TEST}-test COMMAND ${TEST}-test)
SET_TARGET_PROPERTIES(${TEST}-test PROPERTIES CXX_EXTENSIONS YES)
Expand Down Expand Up @@ -1713,7 +1712,6 @@ IF(XNNPACK_BUILD_TESTS)
logging
microkernels-all
microparams-init
pthreadpool
)
ADD_TEST(NAME ${TEST}-test COMMAND ${TEST}-test)
SET_TARGET_PROPERTIES(${TEST}-test PROPERTIES CXX_EXTENSIONS YES)
Expand Down Expand Up @@ -1762,7 +1760,6 @@ IF(XNNPACK_BUILD_TESTS)
logging
microkernels-all
microparams-init
pthreadpool
next-prime
)
ADD_TEST(NAME ${TEST}-test COMMAND ${TEST}-test)
Expand Down

0 comments on commit 9c9acda

Please sign in to comment.