SWDEV-461599 - scrub HCC in hip documents (#178)
This commit is contained in:
zatwierdzone przez
GitHub
rodzic
528a5513ce
commit
8eca6453dc
+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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user