Skip to content

[SYCL] Add implementation of host-interop-task and test. #1748

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

Merged
merged 38 commits into from
Jun 30, 2020
Merged
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
f37a294
[SYCL] Introduce interop handle for host task
May 25, 2020
cea1bf9
[SYCL] Add interface to call host-interop-task
May 25, 2020
e04ea75
[SYCL] Add test
May 25, 2020
024fe9e
[SYCL] Fix style issue
May 25, 2020
60e0003
[SYCL] Add implementation of host-task with interop_handle argument
May 25, 2020
f8886cc
[SYCL] Enable the test
May 25, 2020
d46dde2
Merge branch 'sycl' into private/s-kanaev/ht-interop-task-iface
Jun 10, 2020
e2606df
[SYCL] Fix style issue
Jun 10, 2020
70be117
Merge branch 'sycl' into private/s-kanaev/ht-interop-task-iface
Jun 17, 2020
55ca5e6
Merge branch 'sycl' into private/s-kanaev/ht-interop-task-impl
Jun 17, 2020
9ecd809
[SYCL] Fix merge glitch
Jun 17, 2020
7330e46
Merge branch 'private/s-kanaev/ht-interop-task-impl' into private/s-k…
Jun 17, 2020
f59ba0e
[SYCL] Fix merge glitch
Jun 17, 2020
b4ae526
Merge branch 'sycl' into private/s-kanaev/ht-interop-task-iface+impl
Jun 22, 2020
3c0a531
[SYCL] Remove redundant test
Jun 22, 2020
723de56
[SYCL] Fixes in implementation of interop host task
Jun 22, 2020
3dac7cf
[SYCL] Add tests
Jun 22, 2020
9ba1468
[SYCL] Fix ABI tests
Jun 22, 2020
3ae370c
[SYCL] Uplift dev version
Jun 22, 2020
baa39f3
[SYCL] Fix style issues
Jun 22, 2020
762f31d
[SYCL] Employ detail::* type traits
Jun 22, 2020
89b373c
[SYCL] Fix style issue
Jun 22, 2020
6a51f9d
[SYCL] Fix test
Jun 23, 2020
7486f0d
[SYCL] Disable test for Level0 plugin
Jun 23, 2020
b89ba0d
[SYCL][NFC] Remove redundant includes
Jun 23, 2020
9f5c4f5
Merge branch 'sycl' into private/s-kanaev/ht-interop-task-iface
Jun 23, 2020
48eae78
[SYCL] Disable the test for cuda
Jun 23, 2020
f90bd72
[SYCL] Disable the test for cuda
Jun 23, 2020
aee07ca
Merge branch 'sycl' into private/s-kanaev/ht-interop-task-iface
Jun 23, 2020
81df3bb
[SYCL][NFC] Apply comments.
Jun 24, 2020
c91cdab
Merge branch 'sycl' into private/s-kanaev/ht-interop-task-iface
Jun 25, 2020
404208b
[SYCL] Add test
Jun 25, 2020
285cb5a
[SYCL] Add test
Jun 25, 2020
56b6fa7
[SYCL] Create an allocation on device for host-interop-task
Jun 25, 2020
ec9f04d
[SYCL] Add test
Jun 25, 2020
253cbcb
[SYCL] Fix style issues
Jun 25, 2020
7813bb6
Merge branch 'sycl' into private/s-kanaev/ht-interop-task-iface
Jun 26, 2020
e5c6cf5
[SYCL] Stylistic changes
Jun 29, 2020
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] Enable the test
Signed-off-by: Sergey Kanaev <sergey.kanaev@intel.com>
  • Loading branch information
Sergey Kanaev committed May 25, 2020
commit f8886cc09b97e149b3adc47f35929754a4d2aacc
1 change: 0 additions & 1 deletion sycl/test/host-interop-task/interop-task-dependency.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// RUN: %CPU_RUN_PLACEHOLDER SYCL_PI_TRACE=-1 %t.out 2>&1 %CPU_CHECK_PLACEHOLDER
// RUN: %GPU_RUN_PLACEHOLDER SYCL_PI_TRACE=-1 %t.out 2>&1 %GPU_CHECK_PLACEHOLDER
// RUN: %ACC_RUN_PLACEHOLDER SYCL_PI_TRACE=-1 %t.out 2>&1 %ACC_CHECK_PLACEHOLDER
// XFAIL: *

#include <atomic>
#include <condition_variable>
Expand Down