Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ESIMD][NFC][E2E] Fix 570 compilation warnings in ESIMD E2E tests #12748

Merged
merged 1 commit into from
Feb 20, 2024

Conversation

v-klochkov
Copy link
Contributor

@v-klochkov v-klochkov commented Feb 17, 2024

Warnings fixed:

  • deprecated scatter_rgba
  • deprecated get_cl_code
  • deprecated lsc_fence
  • deprecated uchar type usage
  • deprecated get_access on HOST
  • deprecated get_pointer
  • usage of isfinite with -ffast-math
  • deprecated dpas_argument_type::s1
  • deprecated gpu_selector()

Also, the memory alloc/free in historgram*.cpp tests were updated to simplify the potential memory leak avoidance.

Warnings fixed:
- deprecated scatter_rgba
- deprecated get_cl_code
- deprecated lsc_fence
- deprecated uchar type usage
- deprecated get_access on HOST
- deprecated get_pointer

Also, the memory alloc/free in historgram*.cpp tests were updated to
simplify the potential memory leaks avoidance.

Signed-off-by: Klochkov, Vyacheslav N <vyacheslav.n.klochkov@intel.com>
@v-klochkov v-klochkov marked this pull request as ready for review February 17, 2024 03:49
@v-klochkov v-klochkov requested a review from a team as a code owner February 17, 2024 03:49
@v-klochkov v-klochkov merged commit 436e687 into intel:sycl Feb 20, 2024
12 checks passed
@v-klochkov v-klochkov deleted the esimd_NFC_E2E_Feb branch February 20, 2024 15:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants