-
Notifications
You must be signed in to change notification settings - Fork 113
/
CREDITS.txt
24 lines (19 loc) · 951 Bytes
/
CREDITS.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
This file is a partial list of people who have contributed to oneAPI DPC++ Library (oneDPL) project.
If you have contributed a patch or made some other contribution to oneDPL,
please submit a patch to this file to add yourself, and it will be done!
The list is sorted by surname and formatted to allow easy grepping and
beautification by scripts. The fields are: name (N), email (E), web-address
(W), PGP key ID and fingerprint (P), description (D), and snail-mail address
(S).
N: Intel Corporation
W: http://www.intel.com
N: Cheng Ji
W: http://github.com/chengji77
D: Improved performance of the nth_element algorithm when input contains large number of duplicates.
N: Qually Jiang
W: https://github.com/Quallyjiang
E: qually.jiang@intel.com
D: Implemented a prototype of ESIMD-based radix sort, which was adapted into oneDPL radix sort kernel templates.
N: Mikołaj Komar
W: https://github.com/Xewar313
D: Fixed One Definition Rule violation.