|
55 | 55 | // variable SYCL_PI_LEVEL_ZEOR+BATCH_SIZE=N. |
56 | 56 | // This test enqueues 8 kernels and then does a wait. And it does this 3 times. |
57 | 57 | // Expected output is that for batching =1 you will see zeCommandListClose, |
58 | | -// and zeCommandQueueExecuteCommandLists after every urEnqueueKernelLaunch. |
59 | | -// For batching=3 you will see that after 3rd and 6th enqueues, and then after |
60 | | -// urQueueFinish. For 5, after 5th urEnqueue, and then after urQueueFinish. For |
61 | | -// 4 you will see these after 4th and 8th Enqueue, and for 8, only after the |
62 | | -// 8th enqueue. And lastly for 9, you will see the Close and Execute calls |
63 | | -// only after the urQueueFinish. |
64 | | -// Since the test does this 3 times, this pattern will repeat 2 more times, |
65 | | -// and then the test will print Test Passed 8 times, once for each kernel |
66 | | -// validation check. |
| 58 | +// and zeCommandQueueExecuteCommandLists after every |
| 59 | +// urEnqueueKernelLaunchWithArgsExp. For batching=3 you will see that after 3rd |
| 60 | +// and 6th enqueues, and then after urQueueFinish. For 5, after 5th urEnqueue, |
| 61 | +// and then after urQueueFinish. For 4 you will see these after 4th and 8th |
| 62 | +// Enqueue, and for 8, only after the 8th enqueue. And lastly for 9, you will |
| 63 | +// see the Close and Execute calls only after the urQueueFinish. Since the test |
| 64 | +// does this 3 times, this pattern will repeat 2 more times, and then the test |
| 65 | +// will print Test Passed 8 times, once for each kernel validation check. |
67 | 66 | // Pattern starts first set of kernel executions. |
68 | | -// CKALL: ---> urEnqueueKernelLaunch |
| 67 | +// CKALL: ---> urEnqueueKernelLaunchWithArgsExp |
69 | 68 | // CKALL: zeCommandListAppendLaunchKernel( |
70 | 69 | // CKB1: zeCommandListClose( |
71 | 70 | // CKB1: zeCommandQueueExecuteCommandLists( |
72 | | -// CKALL: ---> urEnqueueKernelLaunch |
| 71 | +// CKALL: ---> urEnqueueKernelLaunchWithArgsExp |
73 | 72 | // CKALL: zeCommandListAppendLaunchKernel( |
74 | 73 | // CKB1: zeCommandListClose( |
75 | 74 | // CKB1: zeCommandQueueExecuteCommandLists( |
76 | | -// CKALL: ---> urEnqueueKernelLaunch |
| 75 | +// CKALL: ---> urEnqueueKernelLaunchWithArgsExp |
77 | 76 | // CKALL: zeCommandListAppendLaunchKernel( |
78 | 77 | // CKB1: zeCommandListClose( |
79 | 78 | // CKB1: zeCommandQueueExecuteCommandLists( |
80 | 79 | // CKB3: zeCommandListClose( |
81 | 80 | // CKB3: zeCommandQueueExecuteCommandLists( |
82 | | -// CKALL: ---> urEnqueueKernelLaunch |
| 81 | +// CKALL: ---> urEnqueueKernelLaunchWithArgsExp |
83 | 82 | // CKALL: zeCommandListAppendLaunchKernel( |
84 | 83 | // CKB1: zeCommandListClose( |
85 | 84 | // CKB1: zeCommandQueueExecuteCommandLists( |
86 | 85 | // CKB4: zeCommandListClose( |
87 | 86 | // CKB4: zeCommandQueueExecuteCommandLists( |
88 | | -// CKALL: ---> urEnqueueKernelLaunch |
| 87 | +// CKALL: ---> urEnqueueKernelLaunchWithArgsExp |
89 | 88 | // CKALL: zeCommandListAppendLaunchKernel( |
90 | 89 | // CKB1: zeCommandListClose( |
91 | 90 | // CKB1: zeCommandQueueExecuteCommandLists( |
92 | 91 | // CKB5: zeCommandListClose( |
93 | 92 | // CKB5: zeCommandQueueExecuteCommandLists( |
94 | | -// CKALL: ---> urEnqueueKernelLaunch |
| 93 | +// CKALL: ---> urEnqueueKernelLaunchWithArgsExp |
95 | 94 | // CKALL: zeCommandListAppendLaunchKernel( |
96 | 95 | // CKB1: zeCommandListClose( |
97 | 96 | // CKB1: zeCommandQueueExecuteCommandLists( |
98 | 97 | // CKB3: zeCommandListClose( |
99 | 98 | // CKB3: zeCommandQueueExecuteCommandLists( |
100 | | -// CKALL: ---> urEnqueueKernelLaunch |
| 99 | +// CKALL: ---> urEnqueueKernelLaunchWithArgsExp |
101 | 100 | // CKALL: zeCommandListAppendLaunchKernel( |
102 | 101 | // CKB1: zeCommandListClose( |
103 | 102 | // CKB1: zeCommandQueueExecuteCommandLists( |
104 | 103 | // CKB7: zeCommandListClose( |
105 | 104 | // CKB7: zeCommandQueueExecuteCommandLists( |
106 | | -// CKALL: ---> urEnqueueKernelLaunch |
| 105 | +// CKALL: ---> urEnqueueKernelLaunchWithArgsExp |
107 | 106 | // CKALL: zeCommandListAppendLaunchKernel( |
108 | 107 | // CKB1: zeCommandListClose( |
109 | 108 | // CKB1: zeCommandQueueExecuteCommandLists( |
|
121 | 120 | // CKB9: zeCommandListClose( |
122 | 121 | // CKB9: zeCommandQueueExecuteCommandLists( |
123 | 122 | // Pattern starts 2nd set of kernel executions |
124 | | -// CKALL: ---> urEnqueueKernelLaunch |
| 123 | +// CKALL: ---> urEnqueueKernelLaunchWithArgsExp |
125 | 124 | // CKALL: zeCommandListAppendLaunchKernel( |
126 | 125 | // CKB1: zeCommandListClose( |
127 | 126 | // CKB1: zeCommandQueueExecuteCommandLists( |
128 | | -// CKALL: ---> urEnqueueKernelLaunch |
| 127 | +// CKALL: ---> urEnqueueKernelLaunchWithArgsExp |
129 | 128 | // CKALL: zeCommandListAppendLaunchKernel( |
130 | 129 | // CKB1: zeCommandListClose( |
131 | 130 | // CKB1: zeCommandQueueExecuteCommandLists( |
132 | | -// CKALL: ---> urEnqueueKernelLaunch |
| 131 | +// CKALL: ---> urEnqueueKernelLaunchWithArgsExp |
133 | 132 | // CKALL: zeCommandListAppendLaunchKernel( |
134 | 133 | // CKB1: zeCommandListClose( |
135 | 134 | // CKB1: zeCommandQueueExecuteCommandLists( |
136 | 135 | // CKB3: zeCommandListClose( |
137 | 136 | // CKB3: zeCommandQueueExecuteCommandLists( |
138 | | -// CKALL: ---> urEnqueueKernelLaunch |
| 137 | +// CKALL: ---> urEnqueueKernelLaunchWithArgsExp |
139 | 138 | // CKALL: zeCommandListAppendLaunchKernel( |
140 | 139 | // CKB1: zeCommandListClose( |
141 | 140 | // CKB1: zeCommandQueueExecuteCommandLists( |
142 | 141 | // CKB4: zeCommandListClose( |
143 | 142 | // CKB4: zeCommandQueueExecuteCommandLists( |
144 | | -// CKALL: ---> urEnqueueKernelLaunch |
| 143 | +// CKALL: ---> urEnqueueKernelLaunchWithArgsExp |
145 | 144 | // CKALL: zeCommandListAppendLaunchKernel( |
146 | 145 | // CKB1: zeCommandListClose( |
147 | 146 | // CKB1: zeCommandQueueExecuteCommandLists( |
148 | 147 | // CKB5: zeCommandListClose( |
149 | 148 | // CKB5: zeCommandQueueExecuteCommandLists( |
150 | | -// CKALL: ---> urEnqueueKernelLaunch |
| 149 | +// CKALL: ---> urEnqueueKernelLaunchWithArgsExp |
151 | 150 | // CKALL: zeCommandListAppendLaunchKernel( |
152 | 151 | // CKB1: zeCommandListClose( |
153 | 152 | // CKB1: zeCommandQueueExecuteCommandLists( |
154 | 153 | // CKB3: zeCommandListClose( |
155 | 154 | // CKB3: zeCommandQueueExecuteCommandLists( |
156 | | -// CKALL: ---> urEnqueueKernelLaunch |
| 155 | +// CKALL: ---> urEnqueueKernelLaunchWithArgsExp |
157 | 156 | // CKALL: zeCommandListAppendLaunchKernel( |
158 | 157 | // CKB1: zeCommandListClose( |
159 | 158 | // CKB1: zeCommandQueueExecuteCommandLists( |
160 | 159 | // CKB7: zeCommandListClose( |
161 | 160 | // CKB7: zeCommandQueueExecuteCommandLists( |
162 | | -// CKALL: ---> urEnqueueKernelLaunch |
| 161 | +// CKALL: ---> urEnqueueKernelLaunchWithArgsExp |
163 | 162 | // CKALL: zeCommandListAppendLaunchKernel( |
164 | 163 | // CKB1: zeCommandListClose( |
165 | 164 | // CKB1: zeCommandQueueExecuteCommandLists( |
|
177 | 176 | // CKB9: zeCommandListClose( |
178 | 177 | // CKB9: zeCommandQueueExecuteCommandLists( |
179 | 178 | // Pattern starts 3rd set of kernel executions |
180 | | -// CKALL: ---> urEnqueueKernelLaunch |
| 179 | +// CKALL: ---> urEnqueueKernelLaunchWithArgsExp |
181 | 180 | // CKALL: zeCommandListAppendLaunchKernel( |
182 | 181 | // CKB1: zeCommandListClose( |
183 | 182 | // CKB1: zeCommandQueueExecuteCommandLists( |
184 | | -// CKALL: ---> urEnqueueKernelLaunch |
| 183 | +// CKALL: ---> urEnqueueKernelLaunchWithArgsExp |
185 | 184 | // CKALL: zeCommandListAppendLaunchKernel( |
186 | 185 | // CKB1: zeCommandListClose( |
187 | 186 | // CKB1: zeCommandQueueExecuteCommandLists( |
188 | | -// CKALL: ---> urEnqueueKernelLaunch |
| 187 | +// CKALL: ---> urEnqueueKernelLaunchWithArgsExp |
189 | 188 | // CKALL: zeCommandListAppendLaunchKernel( |
190 | 189 | // CKB1: zeCommandListClose( |
191 | 190 | // CKB1: zeCommandQueueExecuteCommandLists( |
192 | 191 | // CKB3: zeCommandListClose( |
193 | 192 | // CKB3: zeCommandQueueExecuteCommandLists( |
194 | | -// CKALL: ---> urEnqueueKernelLaunch |
| 193 | +// CKALL: ---> urEnqueueKernelLaunchWithArgsExp |
195 | 194 | // CKALL: zeCommandListAppendLaunchKernel( |
196 | 195 | // CKB1: zeCommandListClose( |
197 | 196 | // CKB1: zeCommandQueueExecuteCommandLists( |
198 | 197 | // CKB4: zeCommandListClose( |
199 | 198 | // CKB4: zeCommandQueueExecuteCommandLists( |
200 | | -// CKALL: ---> urEnqueueKernelLaunch |
| 199 | +// CKALL: ---> urEnqueueKernelLaunchWithArgsExp |
201 | 200 | // CKALL: zeCommandListAppendLaunchKernel( |
202 | 201 | // CKB1: zeCommandListClose( |
203 | 202 | // CKB1: zeCommandQueueExecuteCommandLists( |
204 | 203 | // CKB5: zeCommandListClose( |
205 | 204 | // CKB5: zeCommandQueueExecuteCommandLists( |
206 | | -// CKALL: ---> urEnqueueKernelLaunch |
| 205 | +// CKALL: ---> urEnqueueKernelLaunchWithArgsExp |
207 | 206 | // CKALL: zeCommandListAppendLaunchKernel( |
208 | 207 | // CKB1: zeCommandListClose( |
209 | 208 | // CKB1: zeCommandQueueExecuteCommandLists( |
210 | 209 | // CKB3: zeCommandListClose( |
211 | 210 | // CKB3: zeCommandQueueExecuteCommandLists( |
212 | | -// CKALL: ---> urEnqueueKernelLaunch |
| 211 | +// CKALL: ---> urEnqueueKernelLaunchWithArgsExp |
213 | 212 | // CKALL: zeCommandListAppendLaunchKernel( |
214 | 213 | // CKB1: zeCommandListClose( |
215 | 214 | // CKB1: zeCommandQueueExecuteCommandLists( |
216 | 215 | // CKB7: zeCommandListClose( |
217 | 216 | // CKB7: zeCommandQueueExecuteCommandLists( |
218 | | -// CKALL: ---> urEnqueueKernelLaunch |
| 217 | +// CKALL: ---> urEnqueueKernelLaunchWithArgsExp |
219 | 218 | // CKALL: zeCommandListAppendLaunchKernel( |
220 | 219 | // CKB1: zeCommandListClose( |
221 | 220 | // CKB1: zeCommandQueueExecuteCommandLists( |
|
0 commit comments