oneAPI-samples
oneAPI-samples copied to clipboard
Fix offload double issue by using float
Existing Sample Changes
Description
The main change is to fix an error where now Gen9 GPU offload no longer support double. (changed code to float instead). Also modified compile script so that script won't attempt to run code if compile failed.
Type of change
Please delete options that are not relevant. Add a 'X' to the one that is applicable.
- [x ] Bug fix (non-breaking change which fixes an issue)
- [x ] Implement fixes for ONSAM Jiras for ONSAM-1513
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
- [x ] Command Line
- [x ] oneapi-cli
- [x ] When compiling the compliler flag "-Wall -Wformat-security -Werror=format-security" was used
It's been a few weeks. Is there anything I can do to get this approved?