From 5f5486d4b1ce66ac3899d8deb6ed1cd57d1deb5e Mon Sep 17 00:00:00 2001 From: jujiang Date: Mon, 27 Jul 2020 11:26:42 -0400 Subject: [PATCH] SWDEV-242207-Update deprecated APIs Change-Id: Icb64227be0eb44497de99240c0044a162ff3c085 --- docs/markdown/hip_deprecated_api_list.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/markdown/hip_deprecated_api_list.md b/docs/markdown/hip_deprecated_api_list.md index b9e895d402..783ea4a390 100644 --- a/docs/markdown/hip_deprecated_api_list.md +++ b/docs/markdown/hip_deprecated_api_list.md @@ -4,8 +4,6 @@ CUDA supports cuCtx API, the Driver API that defines "Context" and "Devices" as separate entities. Contexts contain a single device, and a device can theoretically have multiple contexts. HIP initially added limited support for these API to facilitate easy porting from existing driver codes. These API are marked as deprecated now since there are better alternate interface (such as hipSetDevice or the stream API) to achieve the required functions. -### hipCtxCreate -### hipCtxDestroy ### hipCtxPopCurrent ### hipCtxPushCurrent ### hipCtxSetCurrent @@ -21,7 +19,7 @@ CUDA supports cuCtx API, the Driver API that defines "Context" and "Devices" as ### hipCtxEnablePeerAccess ### hipCtxDisablePeerAccess -## HIP Management APIs +## HIP Memory Management APIs ### hipMallocHost Should use "hipHostMalloc" instead.