Skip to content

Commit 924ba84

Browse files
committed
Merge branch 'main-rust'
2 parents b6e640a + 9cd6268 commit 924ba84

6 files changed

Lines changed: 306 additions & 342 deletions

File tree

.vscode/launch.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"preLaunchTask": "Build Debug",
1010
"program": "${workspaceFolder}/build_debug/reduce_bench",
1111
"args": [
12-
"--benchmark_filter=sse"
12+
"--benchmark_filter='taskflow'"
1313
],
1414
"setupCommands": [
1515
{ // Display content in STL containers pretty
@@ -22,6 +22,10 @@
2222
{
2323
"name": "ASAN_OPTIONS",
2424
"value": "detect_leaks=0:atexit=1:strict_init_order=1:strict_string_checks=1"
25+
},
26+
{
27+
"name": "PARALLEL_REDUCTIONS_LENGTH",
28+
"value": "17"
2529
}
2630
],
2731
"stopAtEntry": false,

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"cblas",
88
"CCCL",
99
"constexpr",
10+
"cpus",
1011
"cublas",
1112
"CUDA",
1213
"GTEST",
@@ -23,9 +24,11 @@
2324
"openmp",
2425
"RPATH",
2526
"shfl",
27+
"smol",
2628
"SPIR",
2729
"STREQUAL",
2830
"strided",
31+
"taskflow",
2932
"threadgroup",
3033
"unseq",
3134
"Vardanian",

0 commit comments

Comments
 (0)