Commit 95c991a
committed
build(kernel): try to use local cccl instead of system
Signed-off-by: YdrMaster <[email protected]>1 parent 40fcbee commit 95c991a
File tree
7 files changed
+50
-7
lines changed- 3rd-party
- cmake
- src/04kernel
- cuda
- include/kernel/cuda
- src/kernels/attention
7 files changed
+50
-7
lines changed- cub/benchmarks/bench/histogram/histogram_common.cuh+6-4
- cub/cub/agent/agent_reduce.cuh+2
- cub/cub/agent/agent_three_way_partition.cuh+1
- cub/cub/block/block_radix_rank.cuh+2-2
- cub/cub/block/radix_rank_sort_operations.cuh+1
- cub/cub/detail/type_traits.cuh+3-1
- cub/cub/detail/uninitialized_copy.cuh+1-1
- cub/cub/device/device_select.cuh+2
- cub/cub/device/dispatch/dispatch_reduce.cuh+2
- cub/cub/util_device.cuh+1
- cub/cub/util_ptx.cuh+1
- cub/cub/util_type.cuh+2
- libcudacxx/include/cuda/std/detail/libcxx/include/CMakeLists.txt+1
- libcudacxx/include/cuda/std/detail/libcxx/include/__ranges/data.h+141
- libcudacxx/include/cuda/std/detail/libcxx/include/functional+1-5
- libcudacxx/include/cuda/std/detail/libcxx/include/ranges+1
- libcudacxx/libcxx/test/std/ranges/range.access/data.pass.cpp+293
- libcudacxx/libcxx/test/std/ranges/range.access/data.verify.cpp+25
- libcudacxx/test/libcudacxx/std/ranges/range.access/data.pass.cpp+302
- libcudacxx/test/libcudacxx/std/ranges/range.access/data.verify.cpp+33
- libcudacxx/test/libcudacxx/std/utilities/meta/meta.rel/is_nothrow_invocable.pass.cpp+4
- thrust/thrust/detail/allocator/allocator_traits.h+5
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
15 | 21 | | |
| 22 | + | |
| 23 | + | |
16 | 24 | | |
17 | 25 | | |
18 | 26 | | |
19 | 27 | | |
20 | | - | |
| 28 | + | |
21 | 29 | | |
22 | 30 | | |
23 | 31 | | |
| |||
45 | 53 | | |
46 | 54 | | |
47 | 55 | | |
48 | | - | |
| 56 | + | |
49 | 57 | | |
50 | 58 | | |
51 | 59 | | |
| |||
55 | 63 | | |
56 | 64 | | |
57 | 65 | | |
58 | | - | |
| 66 | + | |
59 | 67 | | |
60 | 68 | | |
61 | 69 | | |
62 | 70 | | |
63 | 71 | | |
64 | 72 | | |
65 | | - | |
| 73 | + | |
66 | 74 | | |
67 | 75 | | |
68 | 76 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
0 commit comments