You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| DPC++ |[Intel DevCloud](#connecting-to-devcloud-via-ssh) <br> Windows 10 Visual Studio 2019 (64bit) <br> Red Hat Enterprise Linux 8, CentOS 8<br> Ubtuntu 18.04 LTS, 20.04 LTS (64bit)<br> Refer to [System Requirements][oneAPI-system-requirements] for more details | Intel CPU (OpenCL) <br> Intel GPU (OpenCL) <br> Intel FPGA (OpenCL) <br> Nvidia GPU (CUDA)*| 2021.4 |
119
+
| DPC++ | Windows 10 Visual Studio 2019 (64bit) <br> Red Hat Enterprise Linux 8, CentOS 8<br> Ubtuntu 18.04 LTS, 20.04 LTS (64bit)<br> Refer to [System Requirements][oneAPI-system-requirements] for more details | Intel CPU (OpenCL) <br> Intel GPU (OpenCL) <br> Intel FPGA (OpenCL) <br> Nvidia GPU (CUDA)*| 2021.4 |
120
120
| AdaptiveCpp | Any Linux | CPU (OpenMP) <br> AMD GPU (ROCm)*** <br> NVIDIA GPU (CUDA)<br> Intel GPU (Level Zero)<br> Intel CPU, GPU (OpenCL) | 23.10.0 from Nov 1, 2023 or newer |
121
121
122
122
\* Supported in open source project only
@@ -136,9 +136,6 @@ To set up DPC++ follow the [getting started instructions][dpcpp-getting-started]
136
136
137
137
You can also use a [Docker* image][docker-container-oneapi].
138
138
139
-
If you are using the [Intel DevCloud][intel-devcloud] then the latest version of DPC++ will
140
-
already be installed and available in the path.
141
-
142
139
#### Installing AdaptiveCpp
143
140
144
141
You will need a AdaptiveCpp (formerly hipSYCL) build from September 2021 or newer. Refer to the [AdaptiveCpp installation instructions][adaptivecpp-installing] for details on how to install AdaptiveCpp.
@@ -271,8 +268,7 @@ Invoking CMake from the command line example usage:
271
268
272
269
### Getting started with compiling DPC++
273
270
274
-
First you have to ensure that your environment is configured to use DPC++ (note
275
-
if you are using the Intel DevCloud then you don't need to do this step).
271
+
First you have to ensure that your environment is configured to use DPC++.
276
272
277
273
On Linux simply call the `setvars.sh` which is available in `/opt/intel/oneapi`
278
274
for sudo or root users and ~/intel/oneapi/ when installed as a normal user.
@@ -314,31 +310,13 @@ Once you have completed any given exercise make sure to compare your implementat
314
310
315
311
Hosted by tech.io, this [SYCL Introduction](https://tech.io/playgrounds/48226/introduction-to-sycl/introduction-to-sycl-2) tutorial introduces the concepts of SYCL. The website also provides the ability to compile and execute SYCL code from your web browser.
316
312
317
-
## Connecting to DevCloud via SSH
318
-
319
-
* Start by creating an [Intel DevCloud account][intel-devcloud] account if you do not already have one and login in.
320
-
* Initialize the SSH configuration by clicking on [Automated Configuration](https://devcloud.intel.com/oneapi/documentation/connect-with-ssh-linux-macos/) and follow the instructions to setup the SSH configuration file.
321
-
* SSH into DevCloud (```ssh devcloud```)
322
-
323
-
## Connect to DevCloud via Jupyter Notebooks
324
-
325
-
* Start by creating an [Intel DevCloud account][intel-devcloud] account if you do not already have one and login in.
326
-
* Go to [training](https://console.cloud.intel.com/training) and click on ```Launch JupyterLab´´´
327
-
* In the ```Jupiter Notebook``` select *File->New->Terminal*
328
-
329
-
You are now ready to start with the first [lesson][lesson-1-slides]. Enjoy !
330
-
331
313
## Building the Exercises for DPC++
332
314
333
315
* Execute the following command to download SYCLAcademy:
0 commit comments