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

Fix offload double issue by using float

Open karlqi2000 opened this issue 3 years ago • 1 comments

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

karlqi2000 avatar Sep 20 '22 07:09 karlqi2000

It's been a few weeks. Is there anything I can do to get this approved?

karlqi2000 avatar Oct 12 '22 19:10 karlqi2000