Skip to content

Commit 51e26c4

Browse files
irudkinIllya Rudkin
andauthored
Remove cuda_interop example (#29)
Co-authored-by: Illya Rudkin <illya@codeplay.com>
1 parent 6bf6411 commit 51e26c4

File tree

5 files changed

+0
-334
lines changed

5 files changed

+0
-334
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,6 @@ an equivalent implementation in SYCL for CUDA. The aim of the example is also
4949
to highlight how to build an application with SYCL for CUDA using DPC++ support,
5050
for which an example CMakefile is provided.
5151

52-
[CUDA Interop](examples/cuda_interop)
53-
--------------------------------------------
54-
55-
In this example, we re-use the trivial SYCL kernel we used in Vector Addition, but instead of writing the SYCL variant, we will keep the original CUDA kernel, only replacing the CUDA Runtime calls with the SYCL API.
56-
5752
[Fortran Interface](examples/fortran_interface)
5853
--------------------------------------------
5954

examples/cuda_interop/Makefile

Lines changed: 0 additions & 45 deletions
This file was deleted.

examples/cuda_interop/README.md

Lines changed: 0 additions & 65 deletions
This file was deleted.

examples/cuda_interop/vec_add.cu

Lines changed: 0 additions & 116 deletions
This file was deleted.

examples/cuda_interop/vec_add_usm.cu

Lines changed: 0 additions & 103 deletions
This file was deleted.

0 commit comments

Comments
 (0)