Skip to content

Commit 029cee5

Browse files
committed
[NFC][SYCL] Convert zero-dim-host-accessor.cpp and bfloat16_host.cpp LIT test to unittests
1 parent d1b23df commit 029cee5

File tree

4 files changed

+2
-108
lines changed

4 files changed

+2
-108
lines changed

sycl/test/basic_tests/accessor/zero-dim-host-accessor.cpp

Lines changed: 0 additions & 17 deletions
This file was deleted.

sycl/test/extensions/bfloat16_host.cpp

Lines changed: 0 additions & 91 deletions
This file was deleted.

sycl/unittests/Extensions/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ add_sycl_unittest(ExtensionsTests OBJECT
1616
KernelProperties.cpp
1717
NoDeviceIPVersion.cpp
1818
GetLastEvent.cpp
19+
BFloat16.cpp
1920
)
2021

2122
add_subdirectory(CommandGraph)

sycl/unittests/accessor/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ add_sycl_unittest(AccessorTests OBJECT
88
HostAccessorReverseIterator.cpp
99
LocalAccessorDefaultCtor.cpp
1010
RuntimeProperties.cpp
11+
HostAccessor.cpp
1112
)

0 commit comments

Comments
 (0)