-
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
Commits on Mar 13, 2024
-
[oneDPL] Avoid
__brick_reverse
and__brick_reverse_copy
calls for…… empty source data (oneapi-src#1442)
Configuration menu - View commit details
-
Copy full SHA for 9d1cdd1 - Browse repository at this point
Copy the full SHA 9d1cdd1View commit details
Commits on Mar 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 440e673 - Browse repository at this point
Copy the full SHA 440e673View commit details
Commits on Mar 15, 2024
-
Extend compiler support for the unified USM and buffer storage (oneap…
…i-src#1410) * Extend compiler support for USM buffer storage * Workaround access::decorated * Address review comment
Configuration menu - View commit details
-
Copy full SHA for b66e052 - Browse repository at this point
Copy the full SHA b66e052View commit details
Commits on Mar 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2f4897f - Browse repository at this point
Copy the full SHA 2f4897fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9189849 - Browse repository at this point
Copy the full SHA 9189849View commit details -
Merge branch 'dist-ranges_cleanup' of github.com:mateuszpn/oneDPL int…
…o dist-ranges_cleanup
Configuration menu - View commit details
-
Copy full SHA for 11fdbe7 - Browse repository at this point
Copy the full SHA 11fdbe7View commit details
Commits on Mar 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7eae79e - Browse repository at this point
Copy the full SHA 7eae79eView commit details
Commits on Mar 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cd56589 - Browse repository at this point
Copy the full SHA cd56589View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e97305 - Browse repository at this point
Copy the full SHA 9e97305View commit details -
Configuration menu - View commit details
-
Copy full SHA for d492476 - Browse repository at this point
Copy the full SHA d492476View commit details -
[oneDPL] Pack
__parallel_for
and etc. calls into `__internal::__exc……ept_handler` (oneapi-src#1458)
Configuration menu - View commit details
-
Copy full SHA for d5cfe25 - Browse repository at this point
Copy the full SHA d5cfe25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 477b204 - Browse repository at this point
Copy the full SHA 477b204View commit details
Commits on Mar 22, 2024
-
Removing noexcept to resolve issue reported by static analysis. (onea…
…pi-src#1462) --------- Co-authored-by: Sergey Kopienko <>
Configuration menu - View commit details
-
Copy full SHA for 91c3a9a - Browse repository at this point
Copy the full SHA 91c3a9aView commit details
Commits on Mar 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0152437 - Browse repository at this point
Copy the full SHA 0152437View commit details
Commits on Mar 27, 2024
-
[Dynamic Selection] Skipping auto_tune and dynamic load tests when de…
…vice=FPGA_EMU (oneapi-src#1440) Skipping tests with default device as FPGA or FPGA_EMU
Configuration menu - View commit details
-
Copy full SHA for f489ff4 - Browse repository at this point
Copy the full SHA f489ff4View commit details
Commits on Apr 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5bac408 - Browse repository at this point
Copy the full SHA 5bac408View commit details
Commits on Apr 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5e43e65 - Browse repository at this point
Copy the full SHA 5e43e65View commit details -
Adding std::vector<T, usm_allocator>::iterator to is_passed_directly …
…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>
Configuration menu - View commit details
-
Copy full SHA for 6a45be7 - Browse repository at this point
Copy the full SHA 6a45be7View commit details
Commits on Apr 5, 2024
-
[oneDPL][hetero] + missed synch between patterns,removed unnecessary …
…synch, + comments
Configuration menu - View commit details
-
Copy full SHA for 2f84319 - Browse repository at this point
Copy the full SHA 2f84319View commit details
Commits on Apr 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bc74b46 - Browse repository at this point
Copy the full SHA bc74b46View commit details -
[oneDPL][sycl] + sycl::is_device_copyable specialization of the SYCL …
…trait for some oneDPL types
Configuration menu - View commit details
-
Copy full SHA for 658e465 - Browse repository at this point
Copy the full SHA 658e465View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e943bb - Browse repository at this point
Copy the full SHA 8e943bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for f31af79 - Browse repository at this point
Copy the full SHA f31af79View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35bb6bf - Browse repository at this point
Copy the full SHA 35bb6bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 80cf60b - Browse repository at this point
Copy the full SHA 80cf60bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 89c92c3 - Browse repository at this point
Copy the full SHA 89c92c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60884a2 - Browse repository at this point
Copy the full SHA 60884a2View commit details -
Revert "[oneDPL][sycl] + necessary includes"
This reverts commit cb7259d.
Configuration menu - View commit details
-
Copy full SHA for ddaf6fe - Browse repository at this point
Copy the full SHA ddaf6feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 797498d - Browse repository at this point
Copy the full SHA 797498dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 03c69f1 - Browse repository at this point
Copy the full SHA 03c69f1View commit details -
[oneDPL][sycl][dpcpp] #include "sycl_traits.h" //SYCL traits speciali…
…zation for some oneDPL types.
Configuration menu - View commit details
-
Copy full SHA for 1047d4a - Browse repository at this point
Copy the full SHA 1047d4aView commit details -
[oneDPL] removed _ONEDPL_DEVICE_COPYABLE(zip_forward_iterator) due to…
… zip_forward_iteratoris not used in the device code
Configuration menu - View commit details
-
Copy full SHA for db83006 - Browse repository at this point
Copy the full SHA db83006View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e98434 - Browse repository at this point
Copy the full SHA 5e98434View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2e3911 - Browse repository at this point
Copy the full SHA c2e3911View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fd9ac0 - Browse repository at this point
Copy the full SHA 9fd9ac0View commit details