-
Notifications
You must be signed in to change notification settings - Fork 769
[SYCL] Fix segfault on program exit when user thread is not finished yet #7908
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
Conversation
…used by intel#6837) Signed-off-by: Tikhomirova, Kseniya <kseniya.tikhomirova@intel.com>
Signed-off-by: Tikhomirova, Kseniya <kseniya.tikhomirova@intel.com>
Signed-off-by: Tikhomirova, Kseniya <kseniya.tikhomirova@intel.com>
Signed-off-by: Tikhomirova, Kseniya <kseniya.tikhomirova@intel.com>
Signed-off-by: Tikhomirova, Kseniya <kseniya.tikhomirova@intel.com>
/testwin |
Signed-off-by: Tikhomirova, Kseniya <kseniya.tikhomirova@intel.com>
Signed-off-by: Tikhomirova, Kseniya <kseniya.tikhomirova@intel.com>
Signed-off-by: Tikhomirova, Kseniya <kseniya.tikhomirova@intel.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Signed-off-by: Tikhomirova, Kseniya <kseniya.tikhomirova@intel.com>
/summary:run |
Signed-off-by: Tikhomirova, Kseniya <kseniya.tikhomirova@intel.com>
@KseniyaTikhomirova @romanovvlad This PR is leading to a bunch of TimeOuts on llvm-test-suite when we test Windows. Pretty much every PR since it's been merged ( for example: intel/llvm-test-suite#1500 ). There are a couple of tests that consistently lock up ( HostInteropTask/host-task-failure.cpp ) and others that are inconsistent. Meaning, I can get between 7 to 12 of them to lock up if I run the test suite locally, but many of those same tests pass if run individually. The "/testwin" directive only makes sure something is buildable on windows and the in-tree tests are run, but not the llvm-test-suite tests on Windows. Likewise, my last understanding is that "summary:run" doesn't do anything presently either. |
@cperkinsintel, I unintentionally moved thread pool drain out of win32 check. FIxed here #7973 |
PR #7908 accidentally introduced a behavior that causes lots of timeouts on the CI system on Windows. Signed-off-by: Tikhomirova, Kseniya <kseniya.tikhomirova@intel.com>
(caused by #6837)
Signed-off-by: Tikhomirova, Kseniya kseniya.tikhomirova@intel.com