Revert "[SYCL] Update device_global host access decoration (#21104)" (#21658)
This reverts commit 5ec9facc3fda38aeecfd6b0210403d492e51357a.
Below is a bit about the background:
In commit 5ec9facc3fda38aeecfd6b0210403d492e51357a we updated the ID and
semantics of the HostAccessINTEL decoration. This has caused some
problems on older drivers including the LTS drivers since they don't
recognize this new ID. Unfortunately, for the time being it's not quite
feasible to adapt such changes on the drivers' side, so after some
discussion we have decided to revert the aforementioned commit and stick
with the old code for now.