We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff43eb0 commit 5d257b2Copy full SHA for 5d257b2
README.md
@@ -15,3 +15,21 @@ Docker Image
15
16
There is a docker image available with all the examples and the required
17
environment set up, see https://hub.docker.com/r/ruyman/dpcpp_cuda_examples.
18
+
19
+If you have nvidia-docker, you can simply pull the image and run it to build
20
+the examples:
21
22
+```sh
23
+$ sudo docker run --gpus all -it ruyman/dpcpp_cuda_examples
24
+```
25
26
+Once inside the docker image, navigate to /home/examples/ to find a clone
27
+of this repo. Make sure to pull the latest changes:
28
29
30
+$ cd /home/examples/SYCL-For-CUDA-Examples
31
+$ git pull
32
33
34
+Refer to each example and/or exercise for detailed instructions on how
35
+to run it.
0 commit comments