Skip to content

Commit 0093394

Browse files
authored
Update hip-hal-driver.md (#20197)
Fixes some typo
1 parent 295cfe2 commit 0093394

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
@@ -30,7 +30,7 @@ layer without much smarts and magic.
3030

3131
Unlike CUDA, HIP doesn't provide two separate API's with the same functionality
3232
in the name of driver and runtime. Instead it extends the HIP API with Modules
33-
and Ctx control API's that the CUDA driver API's exclusively offer.At runtime
33+
and Ctx control API's that the CUDA driver API's exclusively offer. At runtime
3434
the HIP HAL driver will load the `libamdhip64.so`/`amdhip64.dll` library dynamically.
3535

3636
## GPU Objects
@@ -46,7 +46,7 @@ and device enumeration and creation.
4646
`iree_hal_hip_device_t` implements [`iree_hal_device_t`][hal-device] to provide
4747
the interface to HIP GPU device by wrapping a `hipDevice_t`.
4848
For each device, right now we create two `hipStream_t`s--one for issuing commands
49-
for memory allocation and kernel lauches as instructed by the program; the other
49+
for memory allocation and kernel launches as instructed by the program; the other
5050
for issue host callback functions after dispatched command buffers completes.
5151
See synchronization section regarding the details.
5252

0 commit comments

Comments
 (0)