diff --git a/SYCL/DiscardEvents/discard_events_usm_ooo_queue.cpp b/SYCL/DiscardEvents/discard_events_usm_ooo_queue.cpp index 463e34cb54..0708076d5b 100644 --- a/SYCL/DiscardEvents/discard_events_usm_ooo_queue.cpp +++ b/SYCL/DiscardEvents/discard_events_usm_ooo_queue.cpp @@ -12,6 +12,10 @@ // The test checks that the last parameter is not `nullptr` for all PI calls // that should discard events. // {{0|0000000000000000}} is required for various output on Linux and Windows. +// NOTE: piextUSMEnqueuePrefetch in the CUDA backend may return a warning +// result on Windows with error-code -996 +// (PI_ERROR_PLUGIN_SPECIFIC_ERROR). Since it is a warning it is safe to +// ignore for this test. // // Everything that follows TestQueueOperations() // CHECK: ---> piextUSMEnqueueMemset( @@ -39,7 +43,7 @@ // CHECK: ---> piextUSMEnqueuePrefetch( // CHECK: pi_event * : // CHECK-NOT: pi_event * : {{0|0000000000000000}}[ nullptr ] -// CHECK: ---> pi_result : PI_SUCCESS +// CHECK: ---> pi_result : {{PI_SUCCESS|-996}} // // CHECK: ---> piextUSMEnqueueMemAdvise( // CHECK-NOT: pi_event * : {{0|0000000000000000}}[ nullptr ] @@ -96,7 +100,7 @@ // CHECK: ---> piextUSMEnqueuePrefetch( // CHECK: pi_event * : // CHECK-NOT: pi_event * : {{0|0000000000000000}}[ nullptr ] -// CHECK: ---> pi_result : PI_SUCCESS +// CHECK: ---> pi_result : {{PI_SUCCESS|-996}} // // CHECK: ---> piextUSMEnqueueMemAdvise( // CHECK-NOT: pi_event * : {{0|0000000000000000}}[ nullptr ]