Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

[SYCL] Remove program class #474

Merged
merged 5 commits into from
Oct 8, 2021

Conversation

alexbatashev
Copy link

No description provided.

Alexander Batashev added 2 commits September 27, 2021 15:23
romanovvlad
romanovvlad previously approved these changes Sep 27, 2021
Copy link

@romanovvlad romanovvlad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@steffenlarsen
Copy link

intel/llvm#4667 removes the need for use_kernel_bundle in the submissions that use single_task or parallel_for with kernel parameters.

@alexbatashev
Copy link
Author

@AlexeySachkov @Fznamznon @kbobrovs @Pennycook friendly ping

@@ -1,6 +1,7 @@
// No JITing for host devices and diffrent environment variables on linux and
// windows.
// REQUIRES: (level_zero || opencl) && linux
// XFAIL: *

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

here and in other places - would be good to add a comment why XFAIL and what needs to happen to re-enable it

@steffenlarsen
Copy link

intel/llvm#4724 should make the cache work for these tests and should eliminate the need for the XFAIL: *.

@romanovvlad romanovvlad merged commit 54771dd into intel:intel Oct 8, 2021
npmiller added a commit to npmiller/llvm-test-suite that referenced this pull request Nov 10, 2021
The get_backend test was missing the HIP plugin case.

The ESIMD tests are not supported for HIP in general, not just on
Nvidia.

The subgroup built-ins were added for AMD in intel/llvm#4208.

The kernel_info.cpp test was fixed in intel#474 and now passes with HIP.

The kernel_bundle_ignore_sycl_external.cpp only fails with HIP Nvidia,
not on AMD.
vladimirlaz pushed a commit that referenced this pull request Nov 11, 2021
The get_backend test was missing the HIP plugin case.

The ESIMD tests are not supported for HIP in general, not just on
Nvidia.

The subgroup built-ins were added for AMD in intel/llvm#4208.

The kernel_info.cpp test was fixed in #474 and now passes with HIP.

The kernel_bundle_ignore_sycl_external.cpp only fails with HIP Nvidia,
not on AMD.
myler pushed a commit to myler/llvm-test-suite that referenced this pull request Apr 12, 2022
myler pushed a commit to myler/llvm-test-suite that referenced this pull request Apr 12, 2022
…remove_program_xmain

[SYCL] Remove usages of program class API (intel#474)
aelovikov-intel pushed a commit to aelovikov-intel/llvm that referenced this pull request Mar 27, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants