This repository was archived by the owner on Mar 21, 2024. It is now read-only.
Commit cf0fc21
authored
1 file changed
+1
-1
lines changed- CMakeLists.txt+6
- benchmarks/CMakeLists.txt+135
- benchmarks/README.md+39
- benchmarks/bench/merge_sort/keys.cu+130
- benchmarks/bench/merge_sort/pairs.cu+141
- benchmarks/bench/partition/flagged.cu+141
- benchmarks/bench/partition/if.cu+165
- benchmarks/bench/radix_sort/keys.cu+202
- benchmarks/bench/radix_sort/pairs.cu+218
- benchmarks/bench/reduce/base.cuh+96
- benchmarks/bench/reduce/max.cu+8
- benchmarks/bench/reduce/sum.cu+8
- benchmarks/bench/scan/exclusive/base.cuh+138
- benchmarks/bench/scan/exclusive/by_key.cu+129
- benchmarks/bench/scan/exclusive/max.cu+9
- benchmarks/bench/scan/exclusive/sum.cu+9
- benchmarks/bench/select/flagged.cu+144
- benchmarks/bench/select/if.cu+169
- benchmarks/docker/.gitignore+1
- benchmarks/docker/recipe.py+13
- benchmarks/nvbench_helper/CMakeLists.txt+11
- benchmarks/nvbench_helper/nvbench_helper.cu+334
- benchmarks/nvbench_helper/nvbench_helper.cuh+319
- benchmarks/scripts/.gitignore+4
- benchmarks/scripts/analysis.ipynb+1.8k
- benchmarks/scripts/analyze.py+544
- benchmarks/scripts/cub/__init__.py+1
- benchmarks/scripts/cub/bench/__init__.py+6
- benchmarks/scripts/cub/bench/bench.py+521
- benchmarks/scripts/cub/bench/build.py+8
- benchmarks/scripts/cub/bench/cmake.py+128
- benchmarks/scripts/cub/bench/config.py+122
- benchmarks/scripts/cub/bench/logger.py+19
- benchmarks/scripts/cub/bench/score.py+93
- benchmarks/scripts/cub/bench/search.py+142
- benchmarks/scripts/cub/bench/storage.py+44
- benchmarks/scripts/search.py+19
- benchmarks/scripts/verify.py+59
- cub/agent/single_pass_scan_operators.cuh+12-3
- cub/device/dispatch/dispatch_radix_sort.cuh+148-39
- cub/device/dispatch/dispatch_select_if.cuh+344-217
- docs/tuning.rst+224
0 commit comments