Skip to content

Commit df4ae3e

Browse files
committed
Restore more unnecessary changes and clang-format
1 parent 75a9060 commit df4ae3e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

sycl/include/sycl/platform.hpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ inline namespace _V1 {
3838
class device;
3939
class context;
4040

41+
template <backend BackendName, class SyclObjectT>
42+
auto get_native(const SyclObjectT &Obj)
43+
-> backend_return_t<BackendName, SyclObjectT>;
4144
namespace detail {
4245
class platform_impl;
4346

sycl/include/sycl/sycl.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
#include <sycl/usm/usm_pointer_info.hpp>
6262
#include <sycl/vector.hpp>
6363
#include <sycl/version.hpp>
64+
6465
#include <sycl/ext/codeplay/experimental/fusion_wrapper.hpp>
6566
#include <sycl/ext/intel/experimental/fp_control_kernel_properties.hpp>
6667
#include <sycl/ext/intel/experimental/fpga_mem/fpga_datapath.hpp>

0 commit comments

Comments
 (0)