Skip to content

[PI][CUDA] Implementation of piEventSetCallback with tests #16

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

Closed
wants to merge 24 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
3939cf7
[SYCL][LIBCLC] Additional libclc builtins to support SYCL work
Feb 6, 2020
c1e1088
[SYCL] CMake and lit support for SYCL CUDA backend
Feb 6, 2020
856dfdc
[SYCL][CUDA] Add SYCL CUDA support to clang driver
Feb 18, 2020
e6bf942
[SYCL] Local Accessor Support for CUDA
Feb 7, 2020
9fa80ce
[SYCL][CUDA] Change __spirv_BuiltIn.. to functions
Feb 7, 2020
339ca5a
[SYCL][CUDA] Initial Implementation of the CUDA backend
Feb 21, 2020
a64df74
[SYCL] Update libclc install rules
Feb 3, 2020
63c5d73
[SYCL][CUDA] Inline cl namespace to simplify SYCL API usage
fwyzard Feb 3, 2020
f9c308a
Added missing flags for device-side builtins
Ruyk Feb 10, 2020
d5d56d2
[SYCL][CUDA] Removing unnecessary tool from the tree
Ruyk Feb 10, 2020
eb44fb1
[SYCL][PI] Fix kernel group info parameter conversion
Feb 12, 2020
d5b4cde
[SYCL] Changed CUDA unit tests to call through plugin
Feb 18, 2020
e4de6c1
[SYCL] Have default_selector consider SYCL_BE
Feb 14, 2020
5668962
[SYCL] Select GlobalPlugin based on SYCL_BE
Feb 17, 2020
f24b61c
[SYCL] Improve default device selection checks
Feb 17, 2020
607e48a
[SYCL] Formatting update for device_selector.cpp
Feb 18, 2020
77ef0af
[SYCL][CUDA] Refactor __SYCL_INLINE macro
fwyzard Feb 13, 2020
22f31bc
[SYCL][CUDA] Code style and cleanup to CUDA support
Feb 21, 2020
df1e9a0
[SYCL] Pass SYCL_BE=PI_OPENCL in check-sycl
Feb 20, 2020
80bc7f9
[SYCL][CUDA] Remove PI_CUDA specific details from clang
Feb 20, 2020
a56728f
[SYCL][CUDA] Disable linear_id/opencl-interop.cpp for cuda
Feb 20, 2020
3cf8625
[SYCL][CUDA] Further fixes to CUDA device selection
Feb 20, 2020
b7ed055
[SYCL] Enable asserts in all buildbot builds
Feb 21, 2020
836439a
[PI][CUDA] Implementation of piEventSetCallback with tests
nyalloc Dec 12, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[SYCL][CUDA] Disable linear_id/opencl-interop.cpp for cuda
Signed-off-by: Alexander Johnston <alexander@codeplay.com>
  • Loading branch information
Alexander Johnston committed Feb 21, 2020
commit a56728fb1eab8c774e63550a00b047204b7d47fd
1 change: 1 addition & 0 deletions sycl/test/linear_id/opencl-interop.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
// RUN: %GPU_RUN_PLACEHOLDER %t.out
// RUN: %ACC_RUN_PLACEHOLDER %t.out
// REQUIRES: opencl
// UNSUPPORTED: cuda
//==---------------- opencl-interop.cpp - SYCL linear id test --------------==//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
Expand Down