Commit 0c75313
[SYCL][CUDA] Add experimental cuda queue interop test (intel#1054)
This PR add testing of the CUDA backend experimental queue interop.
It checks that valid types are returned and that the created SYCL objects can be used to do work.
It additionally creates a queue from an already existing sycl queue's native handle and makes sure it and the original work.
Depends on: intel/llvm#62901 parent 245b982 commit 0c75313
1 file changed
+27
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
98 | 125 | | |
0 commit comments