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

[SYCL] Fix MemObjRemapping for devices without host unified memory #167

Merged
merged 1 commit into from
Mar 4, 2021
Merged

[SYCL] Fix MemObjRemapping for devices without host unified memory #167

merged 1 commit into from
Mar 4, 2021

Conversation

sergey-semenov
Copy link

The check for host unified memory within the test was insufficient,
since the use of FileCheck ignores it. Instead, force the runtime to
behave as if all devices support host unified memory for this test.

The check for host unified memory within the test was insufficient,
since the use of FileCheck ignores it. Instead, force the runtime to
behave as if all devices support host unified memory for this test.
@sergey-semenov sergey-semenov requested a review from a team as a code owner March 3, 2021 11:48
@sergey-semenov sergey-semenov requested review from vladimirlaz and removed request for a team March 3, 2021 11:48
@sergey-semenov
Copy link
Author

Makes use of an environment variable added by intel/llvm#3294

@vladimirlaz
Copy link

@sergey-semenov the test is passing without compiler change. Is that expected?

@sergey-semenov
Copy link
Author

Yes, the test passes as-is on devices with host unified memory support, which is the case in our automated testing.

@vladimirlaz vladimirlaz merged commit fb0da8f into intel:intel Mar 4, 2021
yuxianch added a commit to yuxianch/llvm-test-suite that referenced this pull request Sep 13, 2021
Auto pulldown and update tc files for syclos branch on 20210902
aelovikov-intel pushed a commit to aelovikov-intel/llvm that referenced this pull request Mar 27, 2023
…ntel/llvm-test-suite#167)

The check for host unified memory within the test was insufficient,
since the use of FileCheck ignores it. Instead, force the runtime to
behave as if all devices support host unified memory for this test.
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.

2 participants