Commit e2afeb7
[SYCL] Move GRF property conflict check to compile time (intel#10116)
Using the new property conflict checking infrastructure, we can do the
`sycl::detail::register_alloc_mode` vs
`sycl::experimental::intel::grf_size`/`sycl::experimental::intel::grf_size_automatic`
check at compile time. We already do
`sycl::experimental::intel::grf_size` vs
`sycl::experimental::intel::grf_size_automatic` at compile time.
I can add a test if we think it has value, but my initial reaction is we
would mostly be testing the conflicting checking infrastructure, which
we already have tests for.
Signed-off-by: Sarnie, Nick <[email protected]>1 parent 86461b3 commit e2afeb7
File tree
3 files changed
+22
-25
lines changed- llvm
- test/tools/sycl-post-link
- tools/sycl-post-link
- sycl/include/sycl/ext/intel/experimental
3 files changed
+22
-25
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
454 | 454 | | |
455 | 455 | | |
456 | 456 | | |
457 | | - | |
458 | 457 | | |
459 | 458 | | |
460 | 459 | | |
461 | 460 | | |
462 | | - | |
| 461 | + | |
463 | 462 | | |
464 | 463 | | |
465 | 464 | | |
| |||
484 | 483 | | |
485 | 484 | | |
486 | 485 | | |
487 | | - | |
488 | | - | |
489 | | - | |
490 | 486 | | |
491 | 487 | | |
492 | 488 | | |
| |||
Lines changed: 21 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
77 | 78 | | |
78 | 79 | | |
79 | 80 | | |
80 | | - | |
81 | | - | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
82 | 87 | | |
83 | 88 | | |
84 | 89 | | |
85 | 90 | | |
86 | | - | |
87 | | - | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
88 | 105 | | |
89 | 106 | | |
90 | 107 | | |
| |||
0 commit comments