Skip to content

Commit

Permalink
[SYCL] Re-enable unit-tests for virtual functions (#15846)
Browse files Browse the repository at this point in the history
They were disabled because some helpers were missing in UR mock
infrastructure. However, they can be built just fine, meaning that the
mock infrastructure gap has been already closed.
  • Loading branch information
AlexeySachkov authored Oct 24, 2024
1 parent 003fa58 commit 4136b12
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions sycl/unittests/Extensions/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,4 @@ add_sycl_unittest(ExtensionsTests OBJECT
)

add_subdirectory(CommandGraph)

# Disabled pending UR fix adding setDataAs to mock dummy handle.
#add_subdirectory(VirtualFunctions)
add_subdirectory(VirtualFunctions)

0 comments on commit 4136b12

Please sign in to comment.