Skip to content

Commit 9accccd

Browse files
authored
Merge branch 'main' into wgmma-stats
2 parents c00e421 + cccf5fc commit 9accccd

File tree

8 files changed

+1024
-395
lines changed

8 files changed

+1024
-395
lines changed

.cmake-format.py

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# GitHub's Linguist doesn't properly classify many languages
2+
*.S linguist-language=Assembly
3+
*.ptx linguist-language=Assembly

.vscode/settings.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@
1818
"bootcamps",
1919
"Byrne",
2020
"Cawley",
21-
"cblas",
21+
"cBLAS",
2222
"CCCL",
23+
"Chebyshev",
2324
"chriskohlhoffasio",
2425
"clflush",
2526
"colsb",
@@ -30,7 +31,8 @@
3031
"cppcoro",
3132
"cstddef",
3233
"CTRE",
33-
"cublas",
34+
"cuBLAS",
35+
"cuBLASLt",
3436
"CUDA",
3537
"cuobjdump",
3638
"denormal",
@@ -64,9 +66,11 @@
6466
"Klemens",
6567
"Kohlhoff",
6668
"Kulukundis",
69+
"LAPACK",
6770
"Lelbach",
6871
"Lemire",
6972
"Lib",
73+
"libopenblas",
7074
"LIBPFM",
7175
"libunifex",
7276
"liburing",
@@ -128,7 +132,9 @@
128132
"unscalable",
129133
"Uring",
130134
"Vardanian",
135+
"Verilog",
131136
"vfmadd",
137+
"VHDL",
132138
"VNNI",
133139
"VPCLMULQDQ",
134140
"WarpGroup",
@@ -275,5 +281,7 @@
275281
"variant": "cpp",
276282
"vector": "cpp",
277283
"version": "cpp"
278-
}
284+
},
285+
"C_Cpp.errorSquiggles": "disabled",
286+
"cSpell.enabled": false
279287
}

0 commit comments

Comments
 (0)