Skip to content

Commit

Permalink
Fixed typo, added more known-as-spelled-correctly words
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandr-pavlyk committed Apr 17, 2024
1 parent b9fb29f commit 1abd650
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/doc_sources/api_reference/dpctl/memory.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Three types of USM allocations are supported:
* - ``"shared"``
- Allocations in device memory accessible by both the host and the device
* - ``"host"``
- Allocations in host memory accessiblle by both the host and the device
- Allocations in host memory accessible by both the host and the device


.. py:module:: dpctl.memory
Expand Down
31 changes: 31 additions & 0 deletions docs/doc_sources/known_words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ interoperate
programmatically
conda
cmake
CMake
scikit
oneAPI
oneapi
Expand All @@ -20,6 +21,7 @@ deleter
allocator
allocators
deallocated
deallocation
USM
dimensionality
accessor
Expand Down Expand Up @@ -52,3 +54,32 @@ bitflag
subdevice
subdevices
async
SyclDevice
SyclQueue
SyclContext
SyclEvent
SyclKernel
SyclProgram
SyclPlatform
dlpack
DLPack
dtype
ndarray
usm
vendored
Versioneer
JIT
vSwitch
Rainders
prefetch
cpp
DPCTLSyclDeviceRef
DPCTLSyclContextRef
DPCTLSyclQueueRef
DPCTLSyclEventRef
DPCTLSyclPlatformRef
DPCTLSyclKernelRef
profiler
keepdims
broadcasted
broadcastable

0 comments on commit 1abd650

Please sign in to comment.