Skip to content

Commit

Permalink
Add threadpool_test (pytorch#3942)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: pytorch#3942

Reviewed By: shoumikhin

Differential Revision: D58439722

Pulled By: kirklandsign

fbshipit-source-id: ba71c8ac1bdf10462122e272a564ac4b6dfd4afe
  • Loading branch information
kirklandsign authored and facebook-github-bot committed Jun 12, 2024
1 parent c5e31b3 commit bc655a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backends/xnnpack/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ include(${EXECUTORCH_ROOT}/build/Test.cmake)

set(_test_srcs # We can't put runtime/test_runtime_utils.cpp because we don't
# build aten
runtime/test_xnnexecutor.cpp
runtime/test_xnnexecutor.cpp ../threadpool/threadpool.cpp
../threadpool/threadpool_guard.cpp ../threadpool/test/threadpool_test.cpp
)

et_cxx_test(
Expand Down

0 comments on commit bc655a6

Please sign in to comment.