oneAPI-samples
oneAPI-samples copied to clipboard
IRTK_Learning_Path initial commit
Description
Add of IRTK_Learning_Path folder inside of RenderingToolkit
Checklist
Administrative
- [ ] Review sample design with the appropriate Domain Expert: <insert Name Here>
- [X] If you have any new dependencies/binaries, inform the oneAPI Code Samples Project Manager The dependencies are stb and pillow
Code Development
- [ ] Implement coding guidelines and ensure code quality. see wiki for details
- [ ] Adhere to readme template
- [ ] Enforce format via clang-format config file
- [X] 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
- [X] 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
- [X] Tested using Dev Cloud when applicable
I just noticed some minor markdown errors in the README formatting. I will get if fixed soon.
@robmariv Closing this for now until I verify the PR in release/2024.1 branch.