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

[SYCL][HIP] Expect failure of some tests that have 'has(aspect::atomic64)' #861

Merged
merged 4 commits into from
Mar 21, 2022

Conversation

denis-kabanov
Copy link

Expect failure of some tests that have 'has(aspect::atomic64)' because hip backend does not have such check implementation.
PR with specialization removing for atomic64 check: intel/llvm#5430
Github issue for implementating such check on hip backend: intel/llvm#5570
Should be merged at the same time with mentioned PR

@denis-kabanov denis-kabanov requested a review from a team as a code owner February 22, 2022 08:20
againull
againull previously approved these changes Feb 23, 2022
@denis-kabanov
Copy link
Author

Jenkins/pre-ci-windows failed due to unrelated changes, tracker created.

@againull
Copy link

@denis-kabanov Could you please resolve conflicts.

@denis-kabanov
Copy link
Author

@denis-kabanov Could you please resolve conflicts.

I'm not sure how to resolve these conflicts.
The purpose of this PR was to expect an error when checking ".has(aspect::atomic64)" on the hip backend, but with new vision of atomic operations tests, XFAIL may affect more tests than I thought (related to hip backend), not just tests for 64-bit operations.

@denis-kabanov
Copy link
Author

The failure of "KernelAndProgram/kernel-bundle-merge-options-env.cpp" test is unrelated to this PR.

@denis-kabanov denis-kabanov requested a review from againull March 17, 2022 12:35
@denis-kabanov
Copy link
Author

@againull, friendly ping.

@bader bader requested a review from a team March 21, 2022 10:54
@bader bader merged commit b8ee3a5 into intel Mar 21, 2022
@bader bader deleted the revert-859-revert-854-disable_atomic_hip branch March 21, 2022 16:38
myler pushed a commit to myler/llvm-test-suite that referenced this pull request Jun 17, 2022
…c64)' (intel#861)

Expect failure of some tests that have 'has(aspect::atomic64)' because hip backend does not have such check implementation.
PR with specialization removing for atomic64 check: intel/llvm#5430
Github issue for implementating such check on hip backend: intel/llvm#5570
**Should be merged at the same time with mentioned [PR](intel/llvm#5430
aelovikov-intel pushed a commit to aelovikov-intel/llvm that referenced this pull request Mar 27, 2023
…c64)' (intel/llvm-test-suite#861)

Expect failure of some tests that have 'has(aspect::atomic64)' because hip backend does not have such check implementation.
PR with specialization removing for atomic64 check: intel#5430
Github issue for implementating such check on hip backend: intel#5570
**Should be merged at the same time with mentioned [PR](intel#5430
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.

5 participants