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 b609233 commit 417cc1bCopy full SHA for 417cc1b
sycl/source/detail/scheduler/commands.cpp
@@ -324,7 +324,7 @@ struct EnqueueNativeCommandData {
324
std::function<void(interop_handle)> func;
325
};
326
327
-void InteropFreeFunc(pi_queue InteropQueue, void *InteropData) {
+void InteropFreeFunc(pi_queue, void *InteropData) {
328
auto *Data = reinterpret_cast<EnqueueNativeCommandData *>(InteropData);
329
return Data->func(Data->ih);
330
}
0 commit comments