summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [dpc++][ranges] + injection "generate", "fill" into oneapi::dpl::experimental...dev/mdvorski/ranges_the_rest_algoMikhail Dvorskiy2021-03-041-0/+2
* [nanorange] + "generate" factory, "fill" adapterMikhail Dvorskiy2021-03-041-0/+32
* [dpc++][ranges] + range API for any_of, all_of, none_of, adjacent_find, countMikhail Dvorskiy2021-03-044-4/+121
* Merge branch 'main' into dev/mdvorski/range_api_sycl_bufMikeDvorskiy2021-03-0412-176/+383
|\
| * Ranges API support: passing "sycl buffer" as "pseudo-range" (#121)MikeDvorskiy2021-03-0427-93/+141
| * [pstl][host] + a hot fix for "swap" algorithm; (passing is_parallel tag)MikeDvorskiy2021-03-031-2/+2
| * [RNG] Add optimizations (#138)paveldyakov2021-03-037-116/+330
| * Will add retry/try catch protection for UB18 test (#134)Xiaodong, Li2021-03-011-16/+21
| * CI: updating windows test steps (#130)Alexey Oralov2021-03-011-1/+11
| * Reduce number of elements to scan due to taking too much time when testing (#...Dmitriy Sobolev2021-02-251-1/+8
| * Async api extensions (#78)Pablo Reble2021-02-2410-2/+1064
| * Turn off strict aliasing optimization if used (#137)Dmitriy Sobolev2021-02-241-0/+7
| * Fix segmentation fault in the global scan functor (#139)Evgeniy Pavlov2021-02-241-1/+1
| * Version update (#132)Valentina Kats2021-02-242-4/+4
| * Fix for kernel names check (#133)Andrey Fedorov2021-02-232-4/+21
| * Avoid divergence of work items in the same SIMD before calling collectives (#...Dmitriy Sobolev2021-02-201-43/+39
| * Remove explicit default copy constructor in copy_constructible_value_holder (...Denis Paranichev2021-02-192-3/+2
| * Add _PSTL_PRAGMA_SIMD_ORDERED_MONOTONIC_2ARGS definition in case of the use o...Evgeniy Pavlov2021-02-181-0/+2
| * Fix for reduction stage of scan pattern (#125)Andrey Fedorov2021-02-181-12/+18
| * CMake: add openmp-simd compiler option (#116)Alexey Veprev2021-02-162-0/+25
| * Update theme and index files (#124)Valentina Kats2021-02-166-20/+19
| * Refactor generated names of kernels (#113)Andrey Fedorov2021-02-1615-203/+252
| * Add FPGA_EMU tests (#118)Alexey Oralov2021-02-151-4/+38
| * [pstl] + a hot fix for an identity value for __pattern_minmax_elementMikeDvorskiy2021-02-151-1/+1
| * Remove extra class from parallel_backend_sycl.h (#120)Dmitriy Sobolev2021-02-151-3/+0
| * Remove unnecessary barriers and add constexpr attribute in scan brick (#119)Evgeniy Pavlov2021-02-152-5/+1
| * Extend CI tests (#110)Alexey Oralov2021-02-114-14/+118
| * [dpc++] removed unused "stuff" from dpcpp(SYCL) backendMikhail Dvorskiy2021-02-101-288/+0
* | [dpc++][ranges] the tests: making unique kernel nameMikhail Dvorskiy2021-02-251-4/+4
* | Reduce number of elements to scan due to taking too much time when testing (#...Dmitriy Sobolev2021-02-251-1/+8
* | [dpc++][ranges] the tests for passing "sycl buffer" as "pseudo-range"Mikhail Dvorskiy2021-02-251-1/+1
* | Async api extensions (#78)Pablo Reble2021-02-2510-2/+1064
* | Turn off strict aliasing optimization if used (#137)Dmitriy Sobolev2021-02-251-0/+7
* | Fix segmentation fault in the global scan functor (#139)Evgeniy Pavlov2021-02-251-1/+1
* | Version update (#132)Valentina Kats2021-02-252-4/+4
* | Refactor generated names of kernels (#113)Andrey Fedorov2021-02-251-1/+1
* | Fix for kernel names check (#133)Andrey Fedorov2021-02-242-4/+21
* | Avoid divergence of work items in the same SIMD before calling collectives (#...Dmitriy Sobolev2021-02-241-43/+39
* | Remove explicit default copy constructor in copy_constructible_value_holder (...Denis Paranichev2021-02-242-3/+2
* | Add _PSTL_PRAGMA_SIMD_ORDERED_MONOTONIC_2ARGS definition in case of the use o...Evgeniy Pavlov2021-02-241-0/+2
* | Fix for reduction stage of scan pattern (#125)Andrey Fedorov2021-02-241-12/+18
* | CMake: add openmp-simd compiler option (#116)Alexey Veprev2021-02-242-0/+25
* | Update theme and index files (#124)Valentina Kats2021-02-246-20/+19
* | Refactor generated names of kernels (#113)Andrey Fedorov2021-02-2415-203/+252
* | Add FPGA_EMU tests (#118)Alexey Oralov2021-02-241-4/+38
* | [pstl] + a hot fix for an identity value for __pattern_minmax_elementMikeDvorskiy2021-02-241-1/+1
* | Remove extra class from parallel_backend_sycl.h (#120)Dmitriy Sobolev2021-02-241-3/+0
* | Remove unnecessary barriers and add constexpr attribute in scan brick (#119)Evgeniy Pavlov2021-02-242-5/+1
* | Extend CI tests (#110)Alexey Oralov2021-02-244-14/+118
* | [dpc++] removed unused "stuff" from dpcpp(SYCL) backendMikhail Dvorskiy2021-02-241-288/+0