We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PlatformUtil
1 parent fc556a5 commit ec4e5d1Copy full SHA for ec4e5d1
sycl/source/CMakeLists.txt
@@ -294,7 +294,6 @@ set(SYCL_COMMON_SOURCES
294
"detail/queue_impl.cpp"
295
"detail/os_util.cpp"
296
"detail/persistent_device_code_cache.cpp"
297
- "detail/platform_util.cpp"
298
"detail/preview_marker.cpp"
299
"detail/reduction.cpp"
300
"detail/sampler_impl.cpp"
sycl/source/detail/platform_util.cpp
sycl/source/detail/platform_util.hpp
sycl/source/spirv_ops.cpp
@@ -6,7 +6,6 @@
6
//
7
//===----------------------------------------------------------------------===//
8
9
-#include <detail/platform_util.hpp>
10
#include <sycl/__spirv/spirv_ops.hpp>
11
#include <sycl/detail/iostream_proxy.hpp>
12
#include <sycl/exception.hpp>
0 commit comments