Skip to content

[SYCL][Test] Fix incorrect usage of host accessor #818

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

Merged
merged 1 commit into from
Nov 13, 2019

Conversation

romanovvlad
Copy link
Contributor

Signed-off-by: Vlad Romanov [email protected]

@vladimirlaz
Copy link
Contributor

Please provide more detailed description for the problem you are addressing.

@bader bader changed the title [SYCL][TEST] Fix incorrect usage of host accessor [SYCL][Test] Fix incorrect usage of host accessor Nov 12, 2019
The test tries to create second host accessor to the buffer while the
first one still alive. This leads to hang.
The patch moves the first host accessor to the scope so it is destructed
before construction of the second host accessor.

Signed-off-by: Vlad Romanov <[email protected]>
@romanovvlad romanovvlad force-pushed the private/vromanov/FixTest2 branch from b4cfce2 to 600b163 Compare November 12, 2019 08:14
@romanovvlad
Copy link
Contributor Author

Please provide more detailed description for the problem you are addressing.

Done, please check if OK.

@romanovvlad romanovvlad merged commit f372df5 into intel:sycl Nov 13, 2019
vmaksimo pushed a commit to vmaksimo/llvm that referenced this pull request Nov 30, 2020
Added two new workflows: for in-tree and out-of-tree configurations.
Each of them features building and testing the translator for each push
or pull request to master and release branches and nightly build as
well.

In-tree workflow also enables builds on Windows and macOS.
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