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] Add support for discard access modes #89

Merged
merged 3 commits into from
Apr 18, 2019
Merged

[SYCL] Add support for discard access modes #89

merged 3 commits into from
Apr 18, 2019

Conversation

MrSidims
Copy link
Contributor

cl::sycl::discard_write and cl::sycl::discard_read_write are now
supported. Do not proceed copying buffer from device to host and
vice versa if any of mentioned modes are set.

Signed-off-by: Dmitry Sidorov dmitry.sidorov@intel.com

Copy link
Contributor

@keryell keryell left a comment

Choose a reason for hiding this comment

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

That looks good.

sycl/include/CL/sycl/detail/buffer_impl.hpp Outdated Show resolved Hide resolved
bader
bader previously approved these changes Apr 18, 2019
cl::sycl::discard_write and cl::sycl::discard_read_write are now
supported. Do not proceed copying buffer from device to host and
vice versa if any of mentioned modes are set.

Signed-off-by: Dmitry Sidorov <dmitry.sidorov@intel.com>
@bader bader merged commit b1c9b93 into intel:sycl Apr 18, 2019
vladimirlaz pushed a commit to vladimirlaz/llvm that referenced this pull request Oct 30, 2019
  CONFLICT (content): Merge conflict in clang/tools/clang-offload-bundler/ClangOffloadBundler.cpp
romanovvlad pushed a commit to romanovvlad/llvm that referenced this pull request Jul 14, 2020
vladimirlaz pushed a commit to vladimirlaz/llvm that referenced this pull request Aug 10, 2020
Apply the change of fc83fc7 ("updated built-in variable names to match
LLVM for SPIR-V documentation (issue intel#89)", 2016-03-14) to the script
generating `SPIRVNameMapEnum.h`, such that the output of the script
for builtins is aligned with the current code.
vladimirlaz pushed a commit that referenced this pull request Sep 29, 2020
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'
<...>
```
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