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

[SYCL] Lock mutex only for critical region in interop-level-zero-thread.cpp #1418

Merged
merged 4 commits into from
Nov 28, 2022

Conversation

raaiq1
Copy link

@raaiq1 raaiq1 commented Nov 25, 2022

Currently, the test doesn't lock the mutex just in the critical region of code, effectively making the program almost single-threaded. Not a critical change but just an improvement

@raaiq1 raaiq1 requested a review from a team as a code owner November 25, 2022 16:51
@againull againull merged commit e6866fa into intel:intel Nov 28, 2022
myler pushed a commit to myler/llvm-test-suite that referenced this pull request Mar 22, 2023
…ntel#1418)

A number of tests currently use double and sycl::half despite them not
being supported by the used device. Although it does not necessarily
fail to run on those devices, they are not considered supported by the
SYCL specification and should not be used in testing on those devices.
This commit prevent parts of a selection of tests from running on
devices that do not support the types used.

Signed-off-by: Larsen, Steffen <[email protected]>
Co-authored-by: Steffen Larsen <[email protected]>
myler pushed a commit to myler/llvm-test-suite that referenced this pull request Mar 22, 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