File tree Expand file tree Collapse file tree 2 files changed +32
-1
lines changed Expand file tree Collapse file tree 2 files changed +32
-1
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Three types of USM allocations are supported:
30
30
* - ``"shared" ``
31
31
- Allocations in device memory accessible by both the host and the device
32
32
* - ``"host" ``
33
- - Allocations in host memory accessiblle by both the host and the device
33
+ - Allocations in host memory accessible by both the host and the device
34
34
35
35
36
36
.. py :module :: dpctl.memory
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ interoperate
6
6
programmatically
7
7
conda
8
8
cmake
9
+ CMake
9
10
scikit
10
11
oneAPI
11
12
oneapi
@@ -20,6 +21,7 @@ deleter
20
21
allocator
21
22
allocators
22
23
deallocated
24
+ deallocation
23
25
USM
24
26
dimensionality
25
27
accessor
@@ -52,3 +54,32 @@ bitflag
52
54
subdevice
53
55
subdevices
54
56
async
57
+ SyclDevice
58
+ SyclQueue
59
+ SyclContext
60
+ SyclEvent
61
+ SyclKernel
62
+ SyclProgram
63
+ SyclPlatform
64
+ dlpack
65
+ DLPack
66
+ dtype
67
+ ndarray
68
+ usm
69
+ vendored
70
+ Versioneer
71
+ JIT
72
+ vSwitch
73
+ Rainders
74
+ prefetch
75
+ cpp
76
+ DPCTLSyclDeviceRef
77
+ DPCTLSyclContextRef
78
+ DPCTLSyclQueueRef
79
+ DPCTLSyclEventRef
80
+ DPCTLSyclPlatformRef
81
+ DPCTLSyclKernelRef
82
+ profiler
83
+ keepdims
84
+ broadcasted
85
+ broadcastable
You can’t perform that action at this time.
0 commit comments