Skip to content
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

[SYCL] Enable parallel build for check-* targets dependencies. #93

Merged
merged 1 commit into from
Apr 19, 2019

Conversation

bader
Copy link
Contributor

@bader bader commented Apr 18, 2019

Signed-off-by: Alexey Bader [email protected]

@bader bader requested review from ikurtchen and vladimirlaz April 18, 2019 17:20
@@ -33,4 +33,4 @@ if [ -z "${TESTCASE}" ]; then
exit 1
fi

make ${TESTCASE} VERBOSE=1 LIT_ARGS="-v -j `nproc`"
make ${TESTCASE} VERBOSE=1 -j`nproc` LIT_ARGS="-v"
Copy link
Contributor

Choose a reason for hiding this comment

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

in both cases (old and new) the -j parameter is redundant. if it is not specified all available CPUs are used.
we can also remove VERBOSE=1 because it brings to much useless output

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This patch enables parallel BUILD of the tools used in LIT tests.

@bader bader merged commit 396bc07 into intel:sycl Apr 19, 2019
@bader bader deleted the parallel-build-for-check-llvm branch June 9, 2019 13:04
romanovvlad pushed a commit to romanovvlad/llvm that referenced this pull request Jul 14, 2020
  CONFLICT (modify/delete): clang/include/clang/Driver/CC1Options.td deleted in 3607aac and modified in HEAD. Version HEAD of clang/include/clang/Driver/CC1Options.td left in tree.
iclsrc pushed a commit that referenced this pull request Dec 21, 2023
This PR adds support for thread names in lldb on Windows.

```
(lldb) thr list
Process 2960 stopped
  thread #53: tid = 0x03a0, 0x00007ff84582db34 ntdll.dll`NtWaitForMultipleObjects + 20
  thread #29: tid = 0x04ec, 0x00007ff845830a14 ntdll.dll`NtWaitForAlertByThreadId + 20, name = 'SPUW.6'
  thread #89: tid = 0x057c, 0x00007ff845830a14 ntdll.dll`NtWaitForAlertByThreadId + 20, name = 'PPU[0x1000019] physics[main]'
  thread #3: tid = 0x0648, 0x00007ff843c2cafe combase.dll`InternalDoATClassCreate + 39518
  thread #93: tid = 0x0688, 0x00007ff845830a14 ntdll.dll`NtWaitForAlertByThreadId + 20, name = 'PPU[0x100501d] uMovie::StreamingThread'
  thread #1: tid = 0x087c, 0x00007ff842e7a104 win32u.dll`NtUserMsgWaitForMultipleObjectsEx + 20
  thread #96: tid = 0x0890, 0x00007ff845830a14 ntdll.dll`NtWaitForAlertByThreadId + 20, name = 'PPU[0x1002020] HLE Video Decoder'
<...>
```
iclsrc pushed a commit that referenced this pull request May 24, 2024
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