Commit 93d747f
authored
[SYCL] Remove incorrect property traits for image_accessor (#7176)
That class is sycl::detail::image_accessor, not visible in public SYCL
APIs yet we confused it thinking it's sycl::image_accessor.
In reality it's used in the implementation of sycl::accessor
specialization for access::target::image so the properties are covered
by property traits for sycl::accessor.1 parent bd03e0d commit 93d747f
File tree
2 files changed
+0
-36
lines changed- sycl
- include/sycl/properties
- test/basic_tests
2 files changed
+0
-36
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | 121 | | |
125 | 122 | | |
126 | 123 | | |
| |||
168 | 165 | | |
169 | 166 | | |
170 | 167 | | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | 168 | | |
185 | 169 | | |
186 | 170 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | 110 | | |
117 | 111 | | |
118 | 112 | | |
| |||
177 | 171 | | |
178 | 172 | | |
179 | 173 | | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | 174 | | |
185 | 175 | | |
186 | 176 | | |
| |||
249 | 239 | | |
250 | 240 | | |
251 | 241 | | |
252 | | - | |
253 | | - | |
254 | | - | |
255 | | - | |
256 | | - | |
257 | | - | |
258 | 242 | | |
259 | 243 | | |
260 | 244 | | |
| |||
322 | 306 | | |
323 | 307 | | |
324 | 308 | | |
325 | | - | |
326 | | - | |
327 | | - | |
328 | | - | |
329 | 309 | | |
330 | 310 | | |
331 | 311 | | |
| |||
0 commit comments