Commit 6a3b016
Ewan Crawford
[SYCL][Doc] Device query for graphs support
Although we have an emulation mode for when a SYCL backend
doesn't support PI/UR command-buffers, we don't have good implementation coverage
across it's usage on all possible backends.
Providing a support query would allow us to limit the backends we support
while an experimental extension to say CUDA and Level Zero, and maybe
OpenCL. Rather than
having users with FPGA and esimd_emulator trying to use the extension and
crashing because we've not tested these platforms even with emulation
mode.
We could remove this query once the implementation is more mature and
we can trust emulation mode support on all backends, but I don't
think that's the case at the moment.1 parent 70cf19a commit 6a3b016
1 file changed
+41
-0
lines changedLines changed: 41 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
323 | 323 | | |
324 | 324 | | |
325 | 325 | | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
326 | 340 | | |
327 | 341 | | |
328 | 342 | | |
| |||
404 | 418 | | |
405 | 419 | | |
406 | 420 | | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
407 | 445 | | |
408 | 446 | | |
409 | 447 | | |
| |||
548 | 586 | | |
549 | 587 | | |
550 | 588 | | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
551 | 592 | | |
552 | 593 | | |
553 | 594 | | |
| |||
0 commit comments