Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Libraries/oneDPL/gamma-correction/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Gamma correction is a nonlinear operation used to encode and decode the luminanc
|---------------------------------|----------------------------------------------------------------------------------|
| OS | Linux* Ubuntu* 18.04, Windows 10 |
| Hardware | Skylake with GEN9 or newer |
| Software | Intel® oneAPI DPC++ Compiler beta; Intel® oneAPI DPC++ Library (oneDPL) |
| Software | Intel® oneAPI DPC++/C++ Compiler; Intel® oneAPI DPC++ Library (oneDPL) |
| What you will learn | How to offload the computation to GPU using Intel® oneAPI DPC++ Library |
| Time to complete | At most 5 minutes |

Expand Down
2 changes: 1 addition & 1 deletion Libraries/oneDPL/gamma-correction/sample.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Gamma Correction",
"categories": ["Toolkit/Intel® oneAPI Base Toolkit/oneAPI DPC++ Compiler/oneAPI DPC++ Library/CPU and GPU"],
"categories": ["Toolkit/Intel® oneAPI Base Toolkit/Intel® oneAPI DPC++/C++ Compiler/oneAPI DPC++ Library/CPU and GPU"],
"description": "gamma correction - a nonlinear operation used to encode and decode the luminance of each image pixel.",
"toolchain": ["dpcpp"],
"languages": [{"cpp":{}}],
Expand Down
2 changes: 1 addition & 1 deletion Libraries/oneDPL/stable_sort_by_key/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Stable sort by key is a sorting operation when sorting of 2 sequences (keys and
|---------------------------------|----------------------------------------------------------------------------------|
| OS | Linux* Ubuntu* 18.04 |
| Hardware | Skylake with GEN9 or newer |
| Software | Intel® oneAPI DPC++ Compiler beta; Intel® oneAPI DPC++ Library (oneDPL) |
| Software | Intel® oneAPI DPC++/C++ Compiler; Intel® oneAPI DPC++ Library (oneDPL) |
| What you will learn | How to use `counting_iterator` and `zip_iterator` |
| Time to complete | At most 5 minutes |

Expand Down
2 changes: 1 addition & 1 deletion Libraries/oneDPL/stable_sort_by_key/sample.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Stable sort by key",
"categories": ["Toolkit/Intel® oneAPI Base Toolkit/oneAPI DPC++ Compiler/oneAPI DPC++ Library/CPU and GPU"],
"categories": ["Toolkit/Intel® oneAPI Base Toolkit/Intel® oneAPI DPC++/C++ Compiler/oneAPI DPC++ Library/CPU and GPU"],
"description": "It models stable sort by key: during the sorting of 2 sequences (keys and values) only keys are compared but both keys and values are swapped",
"toolchain": ["dpcpp"],
"languages": [{"cpp":{}}],
Expand Down