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 1519089 commit 10151b1Copy full SHA for 10151b1
sycl/unittests/scheduler/EnqueueWithDependsOnDeps.cpp
@@ -313,7 +313,12 @@ ur_result_t redefinedEnqueueEventsWaitWithBarrier(void *pParams) {
313
return UR_RESULT_SUCCESS;
314
}
315
316
+// https://github.com/intel/llvm/issues/15049
317
+#ifdef _WIN32
318
+TEST_F(DependsOnTests, DISABLED_ShortcutFunctionWithWaitList) {
319
+#else
320
TEST_F(DependsOnTests, ShortcutFunctionWithWaitList) {
321
+#endif
322
mock::getCallbacks().set_before_callback("urEnqueueUSMMemcpy",
323
&redefinedextUSMEnqueueMemcpy);
324
sycl::queue Queue = detail::createSyclObjFromImpl<queue>(QueueDevImpl);
0 commit comments