Skip to content

Commit

Permalink
fix reference, though not broken, and remove extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
randyh62 authored and neon60 committed Jun 20, 2024
1 parent af608cc commit 8f70ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/how-to/hip_porting_driver_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ The CUDA Runtime API unifies the Context API with the Device API. This simplifie
HIP provides a context API to facilitate easy porting from existing Driver codes.
In HIP, the `Ctx` functions largely provide an alternate syntax for changing the active device.

Most new applications will prefer to use `hipSetDevice` or the stream APIs , therefore HIP has marked `hipCtx` APIs as **deprecated**. Support for these APIs may not be available in future releases. For more details on deprecated APIs please refer [HIP deprecated APIs](https://rocm.docs.amd.com/projects/HIP/en/latest/reference/deprecated_api_list.html).
Most new applications will prefer to use `hipSetDevice` or the stream APIs, therefore HIP has marked `hipCtx` APIs as **deprecated**. Support for these APIs may not be available in future releases. For more details on deprecated APIs please refer [HIP deprecated APIs](../reference/deprecated_api_list).

## HIP Module and `Ctx` APIs

Expand Down

0 comments on commit 8f70ab4

Please sign in to comment.