Skip to content

Conversation

smaslov-intel
Copy link
Contributor

No description provided.

@smaslov-intel smaslov-intel requested review from a team as code owners April 12, 2023 23:05
@smaslov-intel smaslov-intel temporarily deployed to aws April 13, 2023 00:22 — with GitHub Actions Inactive
@smaslov-intel smaslov-intel temporarily deployed to aws April 13, 2023 01:50 — with GitHub Actions Inactive
size_t Iter = 0;
for (auto it = EventList.rbegin(); it != EventList.rend(); ++Iter) {
if (!EventCompleted(*it)) {
if (Bisect > 1 && Iter < 3) { // Heuristically limit by 3 checks
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we have experimental data showing this is the best limit value?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not really, but with 3 checks we check most (3/4) of the list, which looked to be enough

@smaslov-intel
Copy link
Contributor Author

#9046 - thread_id_test was marked with XFAIL here.
#9008 - Basic/memory_consumption.cpp fail is a known issue.

@againull againull merged commit ce69d69 into intel:sycl Apr 13, 2023
jandres742 pushed a commit to jandres742/llvm that referenced this pull request Apr 21, 2023
jandres742 pushed a commit to jandres742/llvm that referenced this pull request Apr 24, 2023
jandres742 pushed a commit to jandres742/llvm that referenced this pull request May 3, 2023
jandres742 pushed a commit to jandres742/llvm that referenced this pull request May 16, 2023
jandres742 pushed a commit to jandres742/llvm that referenced this pull request May 23, 2023
jandres742 pushed a commit to jandres742/llvm that referenced this pull request May 26, 2023
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.

3 participants