Commit 463f689
authored
[SYCL] Fixes unused argument for L0 _pi_buffer (#5988)
#522 removed the propagation of the ImportedHostPtr argument
from _pi_buffer to the _pi_mem superclass. This seems like an unintended
change and this commit re-adds the propagation.
Signed-off-by: Larsen, Steffen <[email protected]>1 parent b01d820 commit 463f689
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
976 | 976 | | |
977 | 977 | | |
978 | 978 | | |
979 | | - | |
980 | | - | |
| 979 | + | |
| 980 | + | |
981 | 981 | | |
982 | 982 | | |
983 | 983 | | |
| |||
0 commit comments