File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/website/docs/developers/design-docs Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ layer without much smarts and magic.
3030
3131Unlike CUDA, HIP doesn't provide two separate API's with the same functionality
3232in 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
3434the 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
4747the interface to HIP GPU device by wrapping a ` hipDevice_t ` .
4848For 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
5050for issue host callback functions after dispatched command buffers completes.
5151See synchronization section regarding the details.
5252
You can’t perform that action at this time.
0 commit comments