SWDEV-461599 - scrub HCC in hip documents (#178)

Этот коммит содержится в:
Jiang, Julia
2025-06-26 05:36:31 -04:00
коммит произвёл GitHub
родитель 528a5513ce
Коммит 8eca6453dc
2 изменённых файлов: 2 добавлений и 2 удалений
+1 -1
Просмотреть файл
@@ -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.
+1 -1
Просмотреть файл
@@ -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.