From 8eca6453dc587c53a0c1c79bee68aff818bbc3f3 Mon Sep 17 00:00:00 2001 From: "Jiang, Julia" Date: Thu, 26 Jun 2025 05:36:31 -0400 Subject: [PATCH] SWDEV-461599 - scrub HCC in hip documents (#178) --- CONTRIBUTING.md | 2 +- include/hip/hip_runtime_api.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 490d5eabbb..c16a15bff8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -52,7 +52,7 @@ For applications and benchmarks outside the hip-tests environment, developments * Tabs should be expanded to spaces. * Use 4 spaces indentation. * Capitalization and Naming - * Prefer camelCase for HIP interfaces and internal symbols. Note HCC uses _ for separator. + * Prefer camelCase for HIP interfaces and internal symbols. Note `HIP_CLANG` uses `_` for separator. This guideline is not yet consistently followed in HIP code * eventual compliance is aspirational. * Member variables should begin with a leading "_". This allows them to be easily distinguished from other variables or functions. diff --git a/include/hip/hip_runtime_api.h b/include/hip/hip_runtime_api.h index acf1508068..f9f9a1ac01 100644 --- a/include/hip/hip_runtime_api.h +++ b/include/hip/hip_runtime_api.h @@ -5851,7 +5851,7 @@ hipError_t hipDevicePrimaryCtxGetState(hipDevice_t dev, unsigned int* flags, int * @see hipCtxCreate, hipCtxDestroy, hipCtxGetFlags, hipCtxPopCurrent, hipCtxGetCurrent, * hipCtxSetCurrent, hipCtxPushCurrent, hipCtxSetCacheConfig, hipCtxSynchronize, hipCtxGetDevice * @warning This function return #hipSuccess though doesn't release the primaryCtx by design on - * HIP/HCC path. + * HIP/HIP-CLANG path. * * @warning This API is deprecated on the AMD platform, only for equivalent driver API on the NVIDIA * platform.