Skip to content

Commit 20b8f63

Browse files
committed
Add link to examples in README
Signed-off-by: gejin <[email protected]>
1 parent 8697af5 commit 20b8f63

16 files changed

+3
-784
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ oneDPL is licensed under [Apache License Version 2.0 with LLVM exceptions](https
2020
## Documentation
2121
See [Library Guide](https://software.intel.com/content/www/us/en/develop/documentation/oneapi-dpcpp-library-guide/top.html) with oneDPL.
2222

23+
## Examples
24+
You can find oneDPL examples in [Examples](https://github.com/intel/BaseKit-code-samples/tree/master/DPC++Compiler/oneDPL).
25+
2326
## Support and contribution
2427
Please report issues and suggestions via [GitHub issues](https://github.com/oneapi-src/oneDPL/issues).
2528

examples/.gitignore

Whitespace-only changes.

examples/dpcpp_gamma_correction/CMakeLists.txt

-12
This file was deleted.

examples/dpcpp_gamma_correction/README.md

-44
This file was deleted.

examples/dpcpp_gamma_correction/src/CMakeLists.txt

-25
This file was deleted.

examples/dpcpp_gamma_correction/src/main.cpp

-102
This file was deleted.

examples/dpcpp_gamma_correction/src/utils.hpp

-17
This file was deleted.

0 commit comments

Comments
 (0)