Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Codeplay examples: Image Gaussian Blur, SCAN #1229

Open
wants to merge 27 commits into
base: master
Choose a base branch
from

Conversation

irudkin
Copy link

@irudkin irudkin commented Nov 25, 2022

Adding a New Samples

Description: New samples from Codeplay

Location

  1. Gaussian Image Filter example: ... /DirectProgramming/DPC++)/DenseLinearAlgebra/GaussianImageFilter
  2. Parallel Prefix Sum (SCAN): .. /DirectProgramming/DPC++)/ParallelPatterns/ParallelPrefixSumScan
  3. Monte Carlo Pi: .. /DirectProgramming/DPC++)/MapReduce/MonteCarloPi_v2

How Has This Been Tested?

Followed the project's readme.md instructions on how to build and run the program.

Checklist

Administrative

  • Review sample design with the appropriate Domain Expert:
  • If you have any new dependencies/binaries, inform the oneAPI Code Samples Project Manager

Code Development

Security and Legal

  • OSPDT Approval (see Project Manager for assistance)
  • Compile using the following compiler flags and fix any warnings, the falgs are: "/Wall -Wformat-security -Werror=format-security"
  • Bandit Scans (Python only)
  • Virus scan

Review

  • Review DPC++ code with Paul Peterseon. (GitHub User: pmpeter1)
  • Review readme with Tom Lenth(@tomlenth) and/or Project Manager
  • Tested using Dev Cloud when applicable

Illya added 15 commits November 25, 2022 10:36
Signed-off-by: Illya <illya@codeplay.com>
Signed-off-by: Illya <illya@codeplay.com>
Signed-off-by: Illya <illya@codeplay.com>
Signed-off-by: Illya <illya@codeplay.com>
Signed-off-by: Illya <illya@codeplay.com>
Signed-off-by: Illya <illya@codeplay.com>
…ials

Signed-off-by: Illya <illya@codeplay.com>
Signed-off-by: Illya <illya@codeplay.com>
Signed-off-by: Illya <illya@codeplay.com>
…al to the project.

Signed-off-by: Illya <illya@codeplay.com>
Signed-off-by: Illya <illya@codeplay.com>
@irudkin irudkin changed the title New Codeplay example: Image Gaussian Blur New Codeplay examples: Image Gaussian Blur, SCAN Dec 1, 2022
Illya and others added 12 commits December 6, 2022 13:58
Signed-off-by: Illya <illya@codeplay.com>
Signed-off-by: Illya <illya@codeplay.com>
On upgrade to Intel oneAPI 2023.0.0 from 2022.1.0, revealed and fixed project's paths to the compiler and debugger.
The compiler options now use Intel's ICPX compiler, replacing DPC++.
Intellisense is now fixed to work with the ICPX compiler.
On upgrade to Intel oneAPI 2023.0.0 from 2022.1.0, revealed and fixed project's paths to the compiler and debugger.
The compiler options now use Intel's ICPX compiler, replacing DPC++.
Intellisense is now fixed to work with the ICPX compiler.
On upgrade to Intel oneAPI 2023.0.0 from 2022.1.0, revealed and fixed project's paths to the compiler and debugger.
The compiler options now use Intel's ICPX compiler, replacing DPC++.
Intellisense is now fixed to work with the ICPX compiler.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant