Skip to content

Commit

Permalink
[SYCL] Fix unused plugin member after #15262 (#15312)
Browse files Browse the repository at this point in the history
#15262 failed post-commit testing, this should fix it
  • Loading branch information
callumfare committed Sep 6, 2024
1 parent 39cd4f3 commit 09d30a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sycl/source/detail/plugin.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,9 @@ class plugin {
// represents the unique ids of the last device of each platform
// index of this vector corresponds to the index in UrPlatforms vector.
std::vector<int> LastDeviceIds;
#ifdef _WIN32
void *UrLoaderHandle = nullptr;
#endif
UrFuncPtrMapT UrFuncPtrs;
}; // class plugin

Expand Down

0 comments on commit 09d30a2

Please sign in to comment.