Commit d824127
authored
[SYCL] missing SYCL_EXPORT leading to downstream troubles (#7318)
my earlier post-commit fix caused an ABI symbols problem downstream. But
the original problem is that the custom specialization of
`get_info<parent_device>` is merely missing an export declaration. If
I'm right, or just dumb lucky, then this will fix all downstream
failures, including post-commit. And if not, well, the symbol update is
correct regardless
Signed-off-by: Chris Perkins <[email protected]>1 parent cda6680 commit d824127
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
| 131 | + | |
| 132 | + | |
132 | 133 | | |
133 | 134 | | |
134 | 135 | | |
| |||
0 commit comments