aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | [dpc++][ranges] + fixes for "passing sycl buffer as pseudo-range"Mikhail Dvorskiy2021-02-152-13/+38
* | [dpc++][ranges] the tests for passing "sycl buffer" as "pseudo-range"Mikhail Dvorskiy2021-02-1522-32/+54
* | [dpc++][ranges] + passing "sycl buffer" as "pseudo-range"Mikhail Dvorskiy2021-02-155-50/+81
* | [dpc++][ranges] changes in CPO "views::all" - now it can accept any rangeMikhail Dvorskiy2021-02-102-5/+5
|/
* CMake: skip xpu_api test for non-dpcpp backends (#111)Alexey Veprev2021-02-091-0/+6
* Remove include 'support' folder relative path for some test codes (#112)XunZhangIntel2021-02-099-9/+9
* Add standard vector inclusion to discard/permutation iterator tests (#109)Evgeniy Pavlov2021-02-082-0/+2
* Add macro guards for sycl-specific code to dpl_namespace test (#108)Evgeniy Pavlov2021-02-081-3/+10
* Change indexing for parallel_find_or pattern (#106)Andrey Fedorov2021-02-051-10/+11
* Add macro guards for variables, which used/not used depending of be (#102)Evgeniy Pavlov2021-02-053-5/+25
* Add check of DPCPP-BE for ranges testing files (#103)Evgeniy Pavlov2021-02-051-3/+4
* Update CONTRIBUTING.md (#100)jiejanezhang2021-02-051-3/+1
* [pstl] + for shift_left, shift_right implementation (and tests) for host and ...MikeDvorskiy2021-02-0511-4/+677
* Rework async parallel pattern (#87)Pablo Reble2021-02-035-46/+89
* Allow compilation with DPC++ compiler and non-DPCPP backend (#98)Timmie Smith2021-02-0310-21/+56
* Fix most of -Wunused-parameter warnings. (#82)Denis Paranichev2021-02-0363-236/+236
* Add check for standard library/C++ standard version for the ranges testing, f...Evgeniy Pavlov2021-02-0330-263/+289
* [dpc++] + ranges API for sort, stable_sort, merge algorithms (hetero versions...MikeDvorskiy2021-02-029-26/+372
* [RNG] WA for sycl::vec version of LCG (#99)paveldyakov2021-02-021-2/+2
* Optimize radix sort by making scan phase more scalable (#90)Dmitriy Sobolev2021-02-021-42/+64
* Fixed parallel_transform_reduce pattern for FPGA backend (#96)Andrey Fedorov2021-01-291-2/+3
* Removed oneDAL-related configs (#92)Ekaterina Mekhnetsova2021-01-291-21/+2
* Modify Jenkinsfiles to use good compiler in the Last Good OneDPL link file (#83)Xiaodong, Li2021-01-294-115/+236
* Moved extension API test to new layout (#81)Andrey Fedorov2021-01-2823-1035/+695
* [RNG] Optimize LCG engine + apply clang-format for RNG files (#95)paveldyakov2021-01-286-95/+178
* Use kernel_device_specific queries instead of the deprecated ones (#93)Dmitriy Sobolev2021-01-281-0/+11
* Update copyright: remove year(s) (#94)Alexey Veprev2021-01-28238-239/+239
* Optimized parallel_transform_reduce for better performance on some devices (#77)Andrey Fedorov2021-01-284-82/+61
* Fixed some test failures (#89)Andrey Fedorov2021-01-263-5/+6
* Add numeric test (#69)haonanya2021-01-269-0/+1275
* Update CONTRIBUTING.md and add CREDITS.txt (#85)Valentina Kats2021-01-212-37/+22
* CMake: fix issues in oneDPLConfig.cmake.in (#86)Alexey Veprev2021-01-201-4/+10
* Naming alignment (#80)Valentina Kats2021-01-154-6/+7
* [RNG][Tests] Add tests skipping for non-SYCL compilers + reduce test scope (#75)paveldyakov2021-01-1411-220/+298
* [dpc++] A 'decay' type fixes for __SYCL_UNNAMED_LAMBDA__ mode (#79)MikeDvorskiy2021-01-131-3/+6
* Jenkins CI: migrate to CMake (#70)Sergey Zheltov2020-12-304-423/+66
* CMake: add oneDPLConfig files support (#71)Alexey Veprev2020-12-244-0/+165
* CMake: fix -O0 key adding (#74)Alexey Veprev2020-12-231-1/+1
* Add CHANGES.rst (#73)Valentina Kats2020-12-231-0/+384
* CMake: enable ranges API for C++17 (#65)Denis Paranichev2020-12-231-5/+12
* Clang-format: get a list of changed files without GitHub API (#72)Sergey Zheltov2020-12-221-4/+3
* Added a macro to disable global policy objects (#63)Andrey Fedorov2020-12-214-77/+112
* Fix CI failure in windows check --- fatal error: 'support/pstl_test_config.h'...Xiaodong, Li2020-12-211-3/+3
* fix policy pass down for transform reduce pattern (#66)Pablo Reble2020-12-171-2/+2
* Add missed commits from release_oneDPL (#64)Alexey Veprev2020-12-1621-285/+828
* Apply latest updates to Parallel STL part (#62)Alexey Veprev2020-12-1672-1246/+2315
* CMake: apply minor improvements (#61)Alexey Veprev2020-12-153-13/+21
* Use relative paths in include statements for better support of non-de… (#60)Timmie Smith2020-12-096-31/+34
* Fixed bug in find_first_of_ranges_sycl test (#56)Denis Paranichev2020-12-071-1/+1
* Merge pull request #57 from oneapi-src/timmiesm/fix_testsTimmie Smith2020-12-031-2/+0
|\