Skip to content

Commit ec4e5d1

Browse files
[SYCL][NFC] Drop legacy PlatformUtil (#20175)
This is a collection of utility functions needed to provide device info for the host device which had been completely removed a while ago.
1 parent fc556a5 commit ec4e5d1

File tree

4 files changed

+0
-187
lines changed

4 files changed

+0
-187
lines changed

sycl/source/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,6 @@ set(SYCL_COMMON_SOURCES
294294
"detail/queue_impl.cpp"
295295
"detail/os_util.cpp"
296296
"detail/persistent_device_code_cache.cpp"
297-
"detail/platform_util.cpp"
298297
"detail/preview_marker.cpp"
299298
"detail/reduction.cpp"
300299
"detail/sampler_impl.cpp"

sycl/source/detail/platform_util.cpp

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

sycl/source/detail/platform_util.hpp

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

sycl/source/spirv_ops.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
#include <detail/platform_util.hpp>
109
#include <sycl/__spirv/spirv_ops.hpp>
1110
#include <sycl/detail/iostream_proxy.hpp>
1211
#include <sycl/exception.hpp>

0 commit comments

Comments
 (0)