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 17
17
" bootcamps" ,
18
18
" Byrne" ,
19
19
" Cawley" ,
20
- " cblas " ,
20
+ " cBLAS " ,
21
21
" CCCL" ,
22
+ " Chebyshev" ,
22
23
" chriskohlhoffasio" ,
23
24
" clflush" ,
24
25
" colsb" ,
29
30
" cppcoro" ,
30
31
" cstddef" ,
31
32
" CTRE" ,
32
- " cublas" ,
33
+ " cuBLAS" ,
34
+ " cuBLASLt" ,
33
35
" CUDA" ,
34
36
" denormal" ,
35
37
" DOTPROD" ,
97
99
" prefetcher" ,
98
100
" pthread" ,
99
101
" PTXAS" ,
102
+ " quadpair" ,
100
103
" RDMA" ,
101
104
" reorderable" ,
102
105
" Shankhdhar" ,
127
130
" VHDL" ,
128
131
" VNNI" ,
129
132
" VPCLMULQDQ" ,
133
+ " warpgroup" ,
130
134
" Weis" ,
131
135
" WGMMA" ,
132
136
" wmma" ,
You can’t perform that action at this time.
0 commit comments