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

annotated_ptr oneAPI code sample

Open broxigarchen opened this issue 2 years ago • 4 comments

Adding a New Sample(s)

Description

Please include a description of the sample

Checklist

Administrative

  • [ ] 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

  • [ ] Implement coding guidelines and ensure code quality. see wiki for details
  • [ ] Adhere to readme template
  • [ ] 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)
  • [ ] 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

broxigarchen avatar Dec 22 '23 15:12 broxigarchen

With annotated_ptr

image

Without annotated_ptr

image

broxigarchen avatar Dec 22 '23 16:12 broxigarchen

Can't push commits to this PR. Opened a new thread: https://github.com/wangdi4/oneAPI-samples/pull/14

wangdi4 avatar Jan 11 '24 19:01 wangdi4

@broxigarchen Can this PR be closed? I see the sample folder is already in GitHub.

jimmytwei avatar Feb 23 '24 16:02 jimmytwei

With or without

mahi1523 avatar Apr 11 '24 13:04 mahi1523