Commit 1d8a6d6
authored
[SYCL][NFC] Add a missing symbol (#6885)
While the copy assignment operator of AccessorImplHost is not used, it
was auto generated by the compiler until recent changes and being
checked in the ABI tests.
The safest way to fix this is to just manually define it.
Also removed 2 redundant lines in host_acc_opt test.1 parent 9587467 commit 1d8a6d6
File tree
2 files changed
+12
-2
lines changed- sycl
- source/detail
- test/basic_tests/accessor
2 files changed
+12
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
62 | 74 | | |
63 | 75 | | |
64 | 76 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | 12 | | |
15 | 13 | | |
16 | 14 | | |
| |||
0 commit comments