File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -205,6 +205,12 @@ class interop_handle {
205
205
friend class detail ::DispatchHostTask;
206
206
using ReqToMem = std::pair<detail::AccessorImplHost *, ur_mem_handle_t >;
207
207
208
+ #ifdef __INTEL_PREVIEW_BREAKING_CHANGES
209
+ // Clean this up (no shared pointers). Not doing it right now because I expect
210
+ // there will be several iterations of simplifications possible and it would
211
+ // be hard to track which of them made their way into a minor public release
212
+ // and which didn't. Let's just clean it up once during ABI breaking window.
213
+ #endif
208
214
interop_handle (std::vector<ReqToMem> MemObjs,
209
215
const std::shared_ptr<detail::queue_impl> &Queue,
210
216
const std::shared_ptr<detail::device_impl> &Device,
You can’t perform that action at this time.
0 commit comments