Skip to content

Commit aacf93a

Browse files
authored
Fixing hip-hal-driver.md typos. (iree-org#20683)
Fixes iree-org#19982.
1 parent 127397e commit aacf93a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/website/docs/developers/design-docs/hip-hal-driver.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ tags:
88

99
# HIP HAL driver
1010

11-
This document lists technical details regarding the HIP implemenation of
11+
This document lists technical details regarding the HIP implementation of
1212
IREE's Hardware Abstraction Layer, called a HIP HAL driver.
1313

1414
IREE provides a [Hardware Abstraction Layer (HAL)][iree-hal] as a common
@@ -197,7 +197,7 @@ Though, per the documentation of `hipLaunchHostFunc()`, "the host function must
197197
not make any HIP API calls." So we cannot do that directly inside
198198
`hipLaunchHostFunc()`; we need to notify another separate thread to call HIP
199199
APIs to push more work to the GPU. So the deferred/pending action queue should
200-
have an associcated thread.
200+
have an associated thread.
201201

202202
For GPU waits, we can also leverage the same logic--using CPU signaling to
203203
unblock deferred GPU queue actions. Though this is performant, given that

0 commit comments

Comments
 (0)