We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae1b50c commit a69cddaCopy full SHA for a69cdda
sycl/include/CL/sycl/detail/pi.hpp
@@ -99,9 +99,9 @@ using PiMemObjectType = ::pi_mem_type;
99
using PiMemImageChannelOrder = ::pi_image_channel_order;
100
using PiMemImageChannelType = ::pi_image_channel_type;
101
102
-void contextSetExtendedDeleter(const cl::sycl::context &constext,
103
- pi_context_extended_deleter func,
104
- void *user_data);
+__SYCL_EXPORT void contextSetExtendedDeleter(const cl::sycl::context &constext,
+ pi_context_extended_deleter func,
+ void *user_data);
105
106
// Function to load the shared library
107
// Implementation is OS dependent.
0 commit comments