File tree Expand file tree Collapse file tree 2 files changed +8
-12
lines changed
docs/docfiles/user_guides Expand file tree Collapse file tree 2 files changed +8
-12
lines changed Original file line number Diff line number Diff line change @@ -38,12 +38,9 @@ On Windows OS
38
38
39
39
.. note ::
40
40
41
- The ``dpctl.lsplatform() `` function is new in dpctl 0.7 and will be
42
- available in oneAPI 2021.3. If you are following the guide on an older
43
- oneAPI installation, use ``dpctl.dump() ``. If no GPU platforms are shown,
44
- make sure your system has a supported GPU and the necessary GPU drivers
45
- installed. You can install GPU drivers by following the
46
- `GPU driver installation guide <https://dgpu-docs.intel.com/installation-guides/index.html >`_.
41
+ If no GPU platforms are shown, make sure your system has a supported
42
+ GPU and the necessary GPU drivers installed.
43
+ See `GPU driver installation guide <https://dgpu-docs.intel.com/installation-guides/index.html >`_ to install GPU drivers.
47
44
48
45
Install the Wheel Package from PyPi
49
46
====================================
Original file line number Diff line number Diff line change @@ -42,11 +42,11 @@ This section introduces the basic concepts for XPU management used by `dpctl`.
42
42
tasks are executed in the order in which they were submitted.
43
43
44
44
* **Event **
45
- Holds information related to computation or data movement operation
46
- scheduled for the execution on a queue. An event can store the execution status or
47
- profiling information of the queue, to which the task is submitted.
48
- Events can be used to specify task
49
- dependencies or to synchronize host and devices.
45
+ An event holds information related to computation/ data movement operation
46
+ scheduled for execution on a queue, such as its execution status as well
47
+ as profiling information if the queue the task was submitted to allowed
48
+ for collection of such information. Events can be used to specify task
49
+ dependencies as well as to synchronize host and devices.
50
50
51
51
* **USM **
52
52
Unified Shared Memory (USM) refers to pointer-based device memory management.
@@ -67,7 +67,6 @@ This section introduces the basic concepts for XPU management used by `dpctl`.
67
67
"Shared allocation", "Yes", "Accessible by both the host and device."
68
68
"Host allocation", "Yes", "Accessible by both the host and device."
69
69
70
-
71
70
Runtime manages synchronization of the host's and device's view into shared allocations.
72
71
The initial placement of the shared allocations is not defined.
73
72
You can’t perform that action at this time.
0 commit comments