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

[SYCL][HIP] Remove xfail from fails due to wrong event_t address space #570

Merged
merged 1 commit into from
Jan 11, 2022

Conversation

t4c1
Copy link

@t4c1 t4c1 commented Nov 16, 2021

Remove xfail from tests fixed by: intel/llvm#4966

@t4c1 t4c1 changed the title [SYCL][HIP] remove xfail form fails due to wrong event_t address space [SYCL][HIP] remove xfail from fails due to wrong event_t address space Nov 16, 2021
@bader bader changed the title [SYCL][HIP] remove xfail from fails due to wrong event_t address space [SYCL][HIP] Remove xfail from fails due to wrong event_t address space Nov 30, 2021
bader pushed a commit to intel/llvm that referenced this pull request Jan 11, 2022
Fixes wrong address spaces for `event_t`. It should be private, but in SYCL it was defaulting to generic. On the other hand in libclc pointer to `event_t` was private, while it should be generic. (We don't see similar issues on NVPTX, as there private address space is in fact implemented as generic in IR).

Change to test suite: intel/llvm-test-suite#570
@bader bader merged commit 367e10e into intel:intel Jan 11, 2022
bader added a commit that referenced this pull request Jan 11, 2022
bader added a commit that referenced this pull request Jan 11, 2022
…t_t address spaces (#570)" (#724)

This reverts commit 367e10e.

Reverting due to intel/llvm#4966 revert.
t4c1 added a commit to t4c1/llvm-test-suite that referenced this pull request Jan 12, 2022
bader pushed a commit that referenced this pull request Jan 13, 2022
…ong event_t address spaces (#570)" (#724)" (#732)

This reverts commit 0b6fc11.

The failing test is fixed by intel/llvm#5293.
@t4c1 t4c1 deleted the no_xfail_for_events branch March 15, 2022 08:52
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
…t_t address spaces (intel#570)" (intel#724)

This reverts commit 367e10e.

Reverting due to intel/llvm#4966 revert.
aelovikov-intel pushed a commit to aelovikov-intel/llvm that referenced this pull request Mar 27, 2023
aelovikov-intel pushed a commit to aelovikov-intel/llvm that referenced this pull request Mar 27, 2023
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.

3 participants