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
IRTK Learning Path README.md Max 2-tile env var (#2265)
* IRTK Learning Path Max env vars w/a
Signed-off-by: Carroll, Michael R <[email protected]>
* Update README.md
---------
Signed-off-by: Carroll, Michael R <[email protected]>
Co-authored-by: Jimmy Wei <[email protected]>
This repo contains Jupyter Notebook Trainings for Render Kit that **has been designed to be used on the Intel Developer Cloud** for hands-on workshops.
11
11
12
12
At the end of this course, you will be able to:
@@ -24,10 +24,10 @@ Third party program Licenses can be found here: [third-party-programs.txt](https
24
24
25
25
## Content Details
26
26
27
-
####Pre-requisites
27
+
### Pre-requisites
28
28
- C++ Programming
29
29
30
-
####Training Modules
30
+
### Training Modules
31
31
32
32
| Modules | Description
33
33
|---|---|
@@ -44,16 +44,24 @@ Third party program Licenses can be found here: [third-party-programs.txt](https
44
44
|[Intel® OSPRay Studio tutorial](6_OSPRay_Studio/OSPRay_Studio.ipynb)| + Basic demonstration on how to use Intel® OSPRay Studio with its interactive interface.
45
45
46
46
47
-
####Content Structure
47
+
### Content Structure
48
48
49
49
Each module folder has a Jupyter Notebook file (`*.ipynb`), this can be opened in Jupyter Lab to view the training contant, edit code and compile/run. Along with the Notebook file, there is a `lab` and a `src` folder with SYCL source code for samples used in the Notebook. The module folder also has `build_*.sh` and `run_*.sh` files which can be used in shell terminal to compile and run each sample code.
50
50
51
-
####Access using Intel Developer Cloud
51
+
### Access using Intel Developer Cloud
52
52
53
53
The Jupyter notebooks are tested and can be run on Intel Developer Cloud without any installation necessary, below are the steps to access these Jupyter notebooks on Intel Developer Cloud:
54
54
1. Register on [Intel Developer Cloud (IDC).](https://console.cloud.intel.com/)
55
-
2. Create and account and/or log in.
55
+
2. Create an account and/or log in.
56
56
3. Once in IDC dashboard, go to Training in the left panel and then click the Launch JupyterLab botton in the upper right.
57
-
3. Open Terminal in Jupyter Lab and git clone the repo and access the Notebooks.
57
+
4. Open Terminal in Jupyter Lab and git clone the repo and access the Notebooks.
58
58
59
-
Note that the oneAPI Base Toolkit and the Intel Rendering Toolkit are already pre-installed in IDC.
59
+
Note that the oneAPI Base Toolkit and the Intel Rendering Toolkit are already pre-installed in IDC.
60
+
61
+
### Workaround for 2-Tile Intel® Data Center GPU Max Series (PVC)
62
+
63
+
Intel OSPRay, Intel Embree, and Intel OpenVKL based programs need to use the environment variable ZE_FLAT_DEVICE_HIERARCHY and set it to COMPOSITE.
64
+
65
+
Use the following command in your shell or Jupyter Notebook cell before running programs:
0 commit comments