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
Copy file name to clipboardexpand all lines: python/README.md
+6-5
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
[Intel® Distribution for Python*] enhances performance and can improve your program speed from 10 to 100 times faster. It is a Python* distribution that includes the [Intel® Math Kernel Library] (oneMKL) and other Intel performance libraries to enable near-native performance through acceleration of core numerical and machine learning packages.
4
4
5
-
Intel® Distribution for Python* is also available for Intel® dGPUs, that includes the latest driver packages and Intel® OneAPI runtime libraries that enables Machine Learning frameworks leverage the XPU device plugin.
5
+
Intel® Distribution for Python* is also available for Intel® dGPUs, that includes the latest [Intel® dGPU drivers]and Intel® OneAPI runtime libraries such as [Intel® Math Kernel Library], [Intel® DPC++ Compiler Library] and [Intel® Collective Communications Library]that enable Machine Learning frameworks leverage the XPU device plugin.
6
6
7
7
## Images
8
8
@@ -12,7 +12,8 @@ The images below include variations for only the core packages in the [Intel® D
12
12
| ---------------------- | ---------- |
13
13
|`3.10-full`, `latest`|`2024.2.0`|
14
14
|`3.10-core`|`2024.2.0`|
15
-
|`3.10-xpu-idp`|`2024.2.1`|
15
+
|`3.10-xpu-core`|`2024.2.1`|
16
+
|`3.10-xpu-full`|`2024.2.1`|
16
17
17
18
## Run a Performance Sample
18
19
@@ -50,7 +51,7 @@ Use the following command to check the availability of Intel dGPU devices on you
50
51
docker run --rm -it \
51
52
-v $PWD/tests:/tests \
52
53
--device /dev/dri \
53
-
intel/python:3.10-xpu-idp \
54
+
intel/python:3.10-xpu-full \
54
55
bash /tests/xpu_base_layers_test.sh
55
56
```
56
57
@@ -78,7 +79,7 @@ You can find the list of services below for each container in the group:
0 commit comments