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 fe6e307 commit a6a1f55Copy full SHA for a6a1f55
sycl/unittests/scheduler/GraphCleanup.cpp
@@ -307,7 +307,12 @@ struct AttachSchedulerWrapper {
307
};
308
309
// Check that stream buffers are released alongside graph cleanup.
310
+// https://github.com/intel/llvm/issues/15049
311
+#ifdef _WIN32
312
+TEST_F(SchedulerTest, DISABLED_StreamBufferDeallocation) {
313
+#else
314
TEST_F(SchedulerTest, StreamBufferDeallocation) {
315
+#endif
316
unittest::UrMock<> Mock;
317
platform Plt = sycl::platform();
318
context Ctx{Plt};
0 commit comments