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.
1 parent 75a9060 commit df4ae3eCopy full SHA for df4ae3e
sycl/include/sycl/platform.hpp
@@ -38,6 +38,9 @@ inline namespace _V1 {
38
class device;
39
class context;
40
41
+template <backend BackendName, class SyclObjectT>
42
+auto get_native(const SyclObjectT &Obj)
43
+ -> backend_return_t<BackendName, SyclObjectT>;
44
namespace detail {
45
class platform_impl;
46
sycl/include/sycl/sycl.hpp
@@ -61,6 +61,7 @@
61
#include <sycl/usm/usm_pointer_info.hpp>
62
#include <sycl/vector.hpp>
63
#include <sycl/version.hpp>
64
+
65
#include <sycl/ext/codeplay/experimental/fusion_wrapper.hpp>
66
#include <sycl/ext/intel/experimental/fp_control_kernel_properties.hpp>
67
#include <sycl/ext/intel/experimental/fpga_mem/fpga_datapath.hpp>
0 commit comments