Idiomatic Names - jimmytwei/oneAPI-samples GitHub Wiki
Idiomatic Names
- Samples need to balance being concise and descriptive
- Prefer short descriptive words over longer phrases for naming
- Prefer the following idiomatic names:
- g: group
- h : compute group handle (cgh)
- i : iteration
- j : iteration
- k : iteration
- q : queue
- sg : subgroup