oneAPI-samples icon indicating copy to clipboard operation
oneAPI-samples copied to clipboard

Adding 2 new openACC-openMP migrated samples

Open vidyalathabadde opened this issue 1 year ago • 0 comments

Adding a New Sample(s)

Description

Added two new samples bilateralfilter and MontecarloMultiGPU which are migrated using the tool intel-application-migration-tool-for-openacc-to-openmp

Checklist

Administrative

  • [X] Review sample design with the appropriate Domain Expert: <insert Name Here>
  • [ ] If you have any new dependencies/binaries, inform the oneAPI Code Samples Project Manager

Code Development

  • [X] Implement coding guidelines and ensure code quality. see wiki for details
  • [X] Adhere to readme template
  • [X] Enforce format via clang-format config file
  • [ ] Adhere to sample.json specification. https://github.com/oneapi-src/oneAPI-samples/wiki/sample-json-specification
  • [ ] Ensure/create CI test configurations for sample (ciTests field) https://github.com/oneapi-src/oneAPI-samples/wiki/sample-json-ci-test-object
  • [ ] Run jsonlint on sample.json to verify json syntax. www.jsonlint.com

Security and Legal

  • [ ] OSPDT Approval (see Project Manager for assistance)
  • [X] 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
  • [X] Tested using Dev Cloud when applicable

vidyalathabadde avatar Jun 26 '24 13:06 vidyalathabadde