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

Add Guided Jacobi Iterative Solver

Open IgorOchocki opened this issue 3 years ago • 2 comments

Adding a New Sample(s)

Description

The sample is a guided Jacobi Iterative solver showcasing the benefits of a GPU and a multi GPU offload

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

IgorOchocki avatar Aug 11 '22 17:08 IgorOchocki

@tomlenth You reviewed the README with @IgorOchocki right? If so, mark it as approved.

jimmytwei avatar Aug 11 '22 19:08 jimmytwei

@pmpeter1 Can you review this new guided Jacobi iterative solver sample? Thanks.

jimmytwei avatar Aug 11 '22 21:08 jimmytwei

Updated the sample with clang formatting.

IgorOchocki avatar Aug 23 '22 16:08 IgorOchocki