Skip to content

Commit 22fbcf2

Browse files
authored
Merge pull request #40 from ashvardanian/main-dev
Numerics Patches
2 parents 8f32d65 + cab8824 commit 22fbcf2

File tree

5 files changed

+409
-317
lines changed

5 files changed

+409
-317
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

.vscode/settings.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@
1717
"bootcamps",
1818
"Byrne",
1919
"Cawley",
20-
"cblas",
20+
"cBLAS",
2121
"CCCL",
22+
"Chebyshev",
2223
"chriskohlhoffasio",
2324
"clflush",
2425
"colsb",
@@ -29,7 +30,8 @@
2930
"cppcoro",
3031
"cstddef",
3132
"CTRE",
32-
"cublas",
33+
"cuBLAS",
34+
"cuBLASLt",
3335
"CUDA",
3436
"denormal",
3537
"DOTPROD",
@@ -97,6 +99,7 @@
9799
"prefetcher",
98100
"pthread",
99101
"PTXAS",
102+
"quadpair",
100103
"RDMA",
101104
"reorderable",
102105
"Shankhdhar",
@@ -127,6 +130,7 @@
127130
"VHDL",
128131
"VNNI",
129132
"VPCLMULQDQ",
133+
"warpgroup",
130134
"Weis",
131135
"WGMMA",
132136
"wmma",

0 commit comments

Comments
 (0)