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 1555a10 commit 589a969Copy full SHA for 589a969
sycl/source/detail/plugin.hpp
@@ -223,7 +223,9 @@ class plugin {
223
// represents the unique ids of the last device of each platform
224
// index of this vector corresponds to the index in UrPlatforms vector.
225
std::vector<int> LastDeviceIds;
226
+#ifdef _WIN32
227
void *UrLoaderHandle = nullptr;
228
+#endif
229
UrFuncPtrMapT UrFuncPtrs;
230
}; // class plugin
231
0 commit comments