-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Distributed-ranges namespace #1475
Conversation
… empty source data (oneapi-src#1442)
…i-src#1410) * Extend compiler support for USM buffer storage * Workaround access::decorated * Address review comment
…o dist-ranges_cleanup
…pi-src#1462) --------- Co-authored-by: Sergey Kopienko <>
…vice=FPGA_EMU (oneapi-src#1440) Skipping tests with default device as FPGA or FPGA_EMU
…types (oneapi-src#1438) Changes USM allocator allocated std::vectors from being processed like host-side iterators to being "passed directly" (into sycl kernels) when it is possible to detect them. The C++ standard library implementation may or may not include allocator information in the iterator type. If it does, we can detect such iterators, and treat them as "passed directly". Where it is not possible, they are still treated as host-side iterators and wrapped in a sycl::buffer. Signed-off-by: Dan Hoeflinger <dan.hoeflinger@intel.com>
This PR currently applies |
Please ignore my previous comment; I see now that this is a PR against the I went ahead and opened a draft PR for the whole |
…zation for some oneDPL types.
… zip_forward_iteratoris not used in the device code
Use cmake -DCMAKE_CXX_STANDARD=20 to include DR to your project