oneapi-src / oneAPI-samples

Samples for Intel® oneAPI Toolkits
https://oneapi-src.github.io/oneAPI-samples/
MIT License
934 stars 685 forks source link

FPGA: Update `host_ptr` and `device_ptr` to appropriate namespace #2343

Closed yuguen-intel closed 4 months ago

yuguen-intel commented 4 months ago

Raw host_prt and device_ptr are to be deprecated. Their replacements are sycl::ext::intel::host_ptr and sycl::ext::intel::device_ptr. This PR updates the code samples that relied on these constructs.