SWDEV-461599 - scrub HCC in clr documents (#569)

Cette révision appartient à :
Jiang, Julia
2025-06-26 05:35:59 -04:00
révisé par GitHub
Parent a4631b5700
révision b5cd8321d3
+1 -1
Voir le fichier
@@ -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.