This repository was archived by the owner on Mar 21, 2024. It is now read-only.
Commit f0ff4b2
authored
File tree
5 files changed
+25
-51
lines changed- ci/axis
- cmake
- dependencies
- docs/github_pages
- thrust/system/cuda/detail
5 files changed
+25
-51
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
12 | | - | |
13 | 11 | | |
14 | 12 | | |
15 | 13 | | |
| |||
18 | 16 | | |
19 | 17 | | |
20 | 18 | | |
21 | | - | |
22 | 19 | | |
23 | 20 | | |
24 | 21 | | |
| |||
32 | 29 | | |
33 | 30 | | |
34 | 31 | | |
35 | | - | |
36 | 32 | | |
37 | 33 | | |
38 | 34 | | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | 35 | | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | 36 | | |
73 | 37 | | |
74 | | - | |
75 | | - | |
76 | 38 | | |
77 | 39 | | |
78 | 40 | | |
79 | 41 | | |
80 | 42 | | |
81 | 43 | | |
82 | | - | |
83 | | - | |
84 | 44 | | |
85 | 45 | | |
86 | 46 | | |
| |||
99 | 59 | | |
100 | 60 | | |
101 | 61 | | |
102 | | - | |
103 | | - | |
104 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
- .gitignore+1
- CMakeLists.txt+1
- README.md+1
- cmake/CPM.cmake+1.1k
- cmake/CubBuildCompilerTargets.cmake+7
- cmake/CubCudaConfig.cmake+1-1
- cub/detail/detect_cuda_runtime.cuh+9
- cub/detail/device_synchronize.cuh+13-5
- cub/util_device.cuh+34-13
- docs/test_overview.md+255
- test/CMakeLists.txt+125-18
- test/c2h/custom_type.cuh+163
- test/c2h/generators.cu+384
- test/c2h/generators.cuh+102
- test/catch2_runner.cu+3
- test/catch2_test_block_adjacent_difference.cu+425
- test/catch2_test_block_histogram.cu+213
- test/catch2_test_block_load.cu+326
- test/catch2_test_block_merge_sort.cu+520
- test/catch2_test_block_radix_sort.cu+823
- test/catch2_test_block_reduce.cu+362
- test/catch2_test_block_run_length_decode.cu+224-208
- test/catch2_test_block_scan.cu+536
- test/catch2_test_block_shuffle.cu+427
- test/catch2_test_block_store.cu+327
- test/catch2_test_helper.h+195
- test/test_block_adjacent_difference.cu-719
- test/test_block_histogram.cu-325
- test/test_block_load_store.cu-535
- test/test_block_merge_sort.cu-443
- test/test_block_radix_sort.cu-641
- test/test_block_reduce.cu-767
- test/test_block_scan.cu-888
- test/test_block_shuffle.cu-396
- test/test_util.h+23-258
- test/test_util_vec.h+320
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
48 | 52 | | |
49 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
50 | 58 | | |
51 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
52 | 68 | | |
53 | 69 | | |
54 | 70 | | |
| |||
62 | 78 | | |
63 | 79 | | |
64 | 80 | | |
65 | | - | |
| 81 | + | |
66 | 82 | | |
67 | 83 | | |
68 | 84 | | |
69 | 85 | | |
70 | 86 | | |
71 | 87 | | |
72 | | - | |
| 88 | + | |
0 commit comments