Skip to content

Commit

Permalink
Update hip_porting_driver_api.md
Browse files Browse the repository at this point in the history
Correct broken reference
  • Loading branch information
randyh62 committed Jun 4, 2024
1 parent 1494532 commit 5829f1b
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://github.com/ROCm/HIP/blob/develop/docs/reference/deprecated_api_list.md).
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).

## HIP Module and `Ctx` APIs

Expand Down

0 comments on commit 5829f1b

Please sign in to comment.