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 08efcf5 commit 64de21aCopy full SHA for 64de21a
sycl/include/sycl/ext/oneapi/experimental/ipc_memory.hpp
@@ -38,8 +38,8 @@ struct handle {
38
void *MData;
39
size_t MSize;
40
41
- friend handle get(void *Ptr, const sycl::context &Ctx);
42
- friend void put(handle &HandleData, const sycl::context &Ctx);
+ friend __SYCL_EXPORT handle get(void *Ptr, const sycl::context &Ctx);
+ friend __SYCL_EXPORT void put(handle &HandleData, const sycl::context &Ctx);
43
};
44
45
__SYCL_EXPORT handle get(void *Ptr, const sycl::context &Ctx);
0 commit comments