Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,6 @@ an equivalent implementation in SYCL for CUDA. The aim of the example is also
to highlight how to build an application with SYCL for CUDA using DPC++ support,
for which an example CMakefile is provided.

[CUDA Interop](examples/cuda_interop)
--------------------------------------------

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.

[Fortran Interface](examples/fortran_interface)
--------------------------------------------

Expand Down
45 changes: 0 additions & 45 deletions examples/cuda_interop/Makefile

This file was deleted.

65 changes: 0 additions & 65 deletions examples/cuda_interop/README.md

This file was deleted.

116 changes: 0 additions & 116 deletions examples/cuda_interop/vec_add.cu

This file was deleted.

103 changes: 0 additions & 103 deletions examples/cuda_interop/vec_add_usm.cu

This file was deleted.