Skip to content

Commit

Permalink
[SYCL][Graph] Refactor unit tests into multiple files (#12837)
Browse files Browse the repository at this point in the history
- Split unit tests into multiple files for easier maintenance
- Move CommandGraph tests to a separate test target
  • Loading branch information
Bensuo authored Feb 27, 2024
1 parent 32e2213 commit 55d903b
Show file tree
Hide file tree
Showing 11 changed files with 2,648 additions and 2,548 deletions.
2 changes: 1 addition & 1 deletion sycl/unittests/Extensions/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ add_sycl_unittest(ExtensionsTests OBJECT
USMMemcpy2D.cpp
DeviceGlobal.cpp
OneAPISubGroupMask.cpp
CommandGraph.cpp
USMP2P.cpp
)

add_subdirectory(CommandGraph)
Loading

0 comments on commit 55d903b

Please sign in to comment.