Skip to content

Commit 1abd650

Browse files
Fixed typo, added more known-as-spelled-correctly words
1 parent b9fb29f commit 1abd650

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

docs/doc_sources/api_reference/dpctl/memory.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Three types of USM allocations are supported:
3030
* - ``"shared"``
3131
- Allocations in device memory accessible by both the host and the device
3232
* - ``"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
3434

3535

3636
.. py:module:: dpctl.memory

docs/doc_sources/known_words.txt

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ interoperate
66
programmatically
77
conda
88
cmake
9+
CMake
910
scikit
1011
oneAPI
1112
oneapi
@@ -20,6 +21,7 @@ deleter
2021
allocator
2122
allocators
2223
deallocated
24+
deallocation
2325
USM
2426
dimensionality
2527
accessor
@@ -52,3 +54,32 @@ bitflag
5254
subdevice
5355
subdevices
5456
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

0 commit comments

Comments
 (0)