File tree Expand file tree Collapse file tree 3 files changed +19
-0
lines changed Expand file tree Collapse file tree 3 files changed +19
-0
lines changed Original file line number Diff line number Diff line change
1
+ // UNSUPPORTED: windows
2
+ // DeferredMemory Destruction not presently supported on Windows.
3
+
1
4
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
2
5
// RUN: %CPU_RUN_PLACEHOLDER %t.out
3
6
Original file line number Diff line number Diff line change
1
+ // REQUIRES: windows
2
+ // RUN: env SYCL_PI_TRACE=2 sycl-ls | FileCheck %s
3
+
4
+ // ensure that the plugins are detached AFTER piTearDown is done executing
5
+
6
+ // CHECK: ---> DLL_PROCESS_DETACH syclx.dll
7
+ // CHECK: ---> piTearDown(
8
+
9
+ // whatever plugin THIS is
10
+ // CHECK: ---> DLL_PROCESS_DETACH
11
+
12
+ // CHECK: ---> DLL_PROCESS_DETACH win_proxy_loader.dll
Original file line number Diff line number Diff line change
1
+ // ensure that piTearDown is called
2
+
3
+ // RUN: env SYCL_PI_TRACE=2 sycl-ls | FileCheck %s
4
+ // CHECK: ---> piTearDown
You can’t perform that action at this time.
0 commit comments