From cc2129b2f4c500d8458e5a278dc5af320b71c0ba Mon Sep 17 00:00:00 2001 From: "Jiang, Julia" Date: Thu, 26 Jun 2025 05:35:59 -0400 Subject: [PATCH] SWDEV-461599 - scrub HCC in clr documents (#569) [ROCm/clr commit: b5cd8321d391177c38fa747cb377a094d45612a9] --- projects/clr/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/clr/CONTRIBUTING.md b/projects/clr/CONTRIBUTING.md index 8bbec8ba67..af3cb3509e 100644 --- a/projects/clr/CONTRIBUTING.md +++ b/projects/clr/CONTRIBUTING.md @@ -53,7 +53,7 @@ clr is a C++ runtime API implementation on the AMD platform. It allows codeing i - 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.