File tree Expand file tree Collapse file tree 5 files changed +409
-317
lines changed Expand file tree Collapse file tree 5 files changed +409
-317
lines changed Original file line number Diff line number Diff line change 1+ # -----------------------------
2+ # Options effecting formatting.
3+ # -----------------------------
4+ with section ("format" ):
5+ # How wide to allow formatted cmake files
6+ line_width = 120
7+
8+ # How many spaces to tab for indent
9+ tab_size = 4
10+
11+ # If true, separate flow control names from their parentheses with a space
12+ separate_ctrl_name_with_space = True
13+
14+ # If true, separate function names from parentheses with a space
15+ separate_fn_name_with_space = False
16+
17+ # If a statement is wrapped to more than one line, than dangle the closing
18+ # parenthesis on its own line.
19+ dangle_parens = True
Original file line number Diff line number Diff line change 1717 " bootcamps" ,
1818 " Byrne" ,
1919 " Cawley" ,
20- " cblas " ,
20+ " cBLAS " ,
2121 " CCCL" ,
22+ " Chebyshev" ,
2223 " chriskohlhoffasio" ,
2324 " clflush" ,
2425 " colsb" ,
2930 " cppcoro" ,
3031 " cstddef" ,
3132 " CTRE" ,
32- " cublas" ,
33+ " cuBLAS" ,
34+ " cuBLASLt" ,
3335 " CUDA" ,
3436 " denormal" ,
3537 " DOTPROD" ,
9799 " prefetcher" ,
98100 " pthread" ,
99101 " PTXAS" ,
102+ " quadpair" ,
100103 " RDMA" ,
101104 " reorderable" ,
102105 " Shankhdhar" ,
127130 " VHDL" ,
128131 " VNNI" ,
129132 " VPCLMULQDQ" ,
133+ " warpgroup" ,
130134 " Weis" ,
131135 " WGMMA" ,
132136 " wmma" ,
You can’t perform that action at this time.
0 commit comments