This repository was archived by the owner on Mar 21, 2024. It is now read-only.
File tree
4 files changed
+135
-55
lines changed- cmake
- dependencies
- thrust/cmake
4 files changed
+135
-55
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 |
| - | |
27 |
| - | |
28 |
| - | |
29 |
| - | |
30 |
| - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
31 | 31 |
| |
32 |
| - | |
33 |
| - | |
34 |
| - | |
35 |
| - | |
36 |
| - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
37 | 41 |
| |
38 |
| - | |
39 |
| - | |
40 |
| - | |
41 |
| - | |
42 |
| - | |
43 |
| - | |
44 |
| - | |
45 |
| - | |
46 |
| - | |
47 |
| - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
48 | 57 |
|
- cub/cmake/cub-config.cmake+48-8
- cub/detail/device_synchronize.cuh-1
- cub/detail/nv/detail/__preprocessor-94
- cub/detail/nv/detail/__target_macros-388
- cub/detail/nv/target-158
- cub/detail/target.cuh+1-1
- cub/device/dispatch/dispatch_segmented_sort.cuh+16-32
- cub/device/dispatch/dispatch_spmv_orig.cuh+41-47
- cub/device/dispatch/dispatch_three_way_partition.cuh+13-19
- test/test_device_segmented_sort.cu+53-55
- test/test_iterator.cu+7-8
Submodule libcudacxx updated 56 files
- .gitignore+1
- .upstream-tests/test/std/numerics/complex.number/cases.h+18-1
- .upstream-tests/test/std/numerics/complex.number/complex.transcendentals/exp.pass.cpp+4
- .upstream-tests/test/std/numerics/complex.number/complex.transcendentals/tanh.pass.cpp+3-3
- .upstream-tests/utils/nvidia/nvrtc/nvrtc.sh+6
- CMakeLists.txt+28-1
- cmake/libcudacxxAddSubdir.cmake+8
- cmake/libcudacxxInstallRules.cmake+35
- cmake/test/CMakeLists.txt+75
- cmake/test/test_export/CMakeLists.txt+21
- cmake/test/test_export/version_check.cxx+15
- docker/host_aarch64/ubuntu_18.04/target_aarch64/ubuntu_18.04/gcc_7/cxx_11/base.Dockerfile+6-1
- docker/host_aarch64/ubuntu_18.04/target_aarch64/ubuntu_18.04/gcc_7/cxx_14/base.Dockerfile+6-1
- docker/host_aarch64/ubuntu_18.04/target_aarch64/ubuntu_18.04/gcc_8/cxx_11/base.Dockerfile+6-1
- docker/host_aarch64/ubuntu_18.04/target_aarch64/ubuntu_18.04/gcc_8/cxx_14/base.Dockerfile+6-1
- docker/host_aarch64/ubuntu_18.04/target_aarch64/ubuntu_18.04/gcc_8/cxx_17/base.Dockerfile+6-1
- docker/host_x86_64/centos_7.6.1810/target_x86_64/centos_7.6.1810/gcc_4.8/cxx_11/base.Dockerfile+6-1
- docker/host_x86_64/fedora_32/target_x86_64/fedora_32/gcc_10/cxx_11/base.Dockerfile+6-1
- docker/host_x86_64/fedora_32/target_x86_64/fedora_32/gcc_10/cxx_14/base.Dockerfile+6-1
- docker/host_x86_64/fedora_32/target_x86_64/fedora_32/gcc_10/cxx_17/base.Dockerfile+6-1
- docker/host_x86_64/ubuntu_16.04/target_x86_64/ubuntu_16.04/gcc_5/cxx_11/base.Dockerfile+6-1
- docker/host_x86_64/ubuntu_16.04/target_x86_64/ubuntu_16.04/gcc_5/cxx_14/base.Dockerfile+6-1
- docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/clang_10/cxx_11/base.Dockerfile+6-1
- docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/clang_10/cxx_14/base.Dockerfile+6-1
- docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/clang_10/cxx_17/base.Dockerfile+6-1
- docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/clang_6/cxx_11/base.Dockerfile+6-1
- docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/clang_6/cxx_14/base.Dockerfile+6-1
- docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/clang_7/cxx_11/base.Dockerfile+6-1
- docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/clang_7/cxx_14/base.Dockerfile+6-1
- docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/clang_8/cxx_11/base.Dockerfile+6-1
- docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/clang_8/cxx_14/base.Dockerfile+6-1
- docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/clang_8/cxx_17/base.Dockerfile+6-1
- docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/clang_9/cxx_11/base.Dockerfile+6-1
- docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/clang_9/cxx_14/base.Dockerfile+6-1
- docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/clang_9/cxx_17/base.Dockerfile+6-1
- docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/gcc_6/cxx_11/base.Dockerfile+6-1
- docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/gcc_6/cxx_14/base.Dockerfile+6-1
- docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/gcc_7/cxx_11/base.Dockerfile+6-1
- docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/gcc_7/cxx_14/base.Dockerfile+6-1
- docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/gcc_8/cxx_11/base.Dockerfile+6-1
- docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/gcc_8/cxx_14/base.Dockerfile+6-1
- docker/host_x86_64/ubuntu_18.04/target_x86_64/ubuntu_18.04/gcc_8/cxx_17/base.Dockerfile+6-1
- docker/host_x86_64/ubuntu_20.04/target_x86_64/ubuntu_20.04/gcc_9/cxx_11/base.Dockerfile+6-1
- docker/host_x86_64/ubuntu_20.04/target_x86_64/ubuntu_20.04/gcc_9/cxx_14/base.Dockerfile+6-1
- docker/host_x86_64/ubuntu_20.04/target_x86_64/ubuntu_20.04/gcc_9/cxx_17/base.Dockerfile+6-1
- docs/contributing/code_of_conduct.md+1-1
- docs/releases/changelog.md+12-1
- include/cuda/std/detail/__config+1-1
- include/cuda/std/detail/libcxx/include/complex+5-4
- lib/cmake/libcudacxx/libcudacxx-config-version.cmake+36
- lib/cmake/libcudacxx/libcudacxx-config.cmake+58
- lib/cmake/libcudacxx/libcudacxx-header-search.cmake+8
- lib/cmake/libcudacxx/libcudacxx-header-search.cmake.in+8
- libcxx/test/std/numerics/complex.number/cases.h+18
- libcxx/test/std/numerics/complex.number/complex.transcendentals/exp.pass.cpp+4
- libcxx/test/std/numerics/complex.number/complex.transcendentals/tanh.pass.cpp+3-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
40 |
| - | |
| 40 | + | |
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
| 46 | + | |
46 | 47 |
| |
47 |
| - | |
| 48 | + | |
48 | 49 |
| |
49 | 50 |
| |
50 | 51 |
| |
| |||
77 | 78 |
| |
78 | 79 |
| |
79 | 80 |
| |
| 81 | + | |
| 82 | + | |
| 83 | + | |
80 | 84 |
| |
81 | 85 |
| |
82 | 86 |
| |
| |||
85 | 89 |
| |
86 | 90 |
| |
87 | 91 |
| |
| 92 | + | |
88 | 93 |
| |
89 | 94 |
| |
90 | 95 |
| |
91 | 96 |
| |
| 97 | + | |
92 | 98 |
| |
93 | 99 |
| |
94 | 100 |
| |
95 |
| - | |
96 |
| - | |
97 |
| - | |
98 |
| - | |
99 |
| - | |
100 |
| - | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
101 | 107 |
| |
102 | 108 |
| |
103 | 109 |
| |
| |||
109 | 115 |
| |
110 | 116 |
| |
111 | 117 |
| |
112 |
| - | |
| 118 | + | |
113 | 119 |
| |
114 | 120 |
| |
115 | 121 |
| |
116 | 122 |
| |
117 | 123 |
| |
118 | 124 |
| |
119 | 125 |
| |
120 |
| - | |
| 126 | + | |
121 | 127 |
| |
122 | 128 |
| |
123 | 129 |
| |
124 | 130 |
| |
125 | 131 |
| |
126 |
| - | |
| 132 | + | |
127 | 133 |
| |
128 | 134 |
| |
129 | 135 |
| |
| |||
133 | 139 |
| |
134 | 140 |
| |
135 | 141 |
| |
136 |
| - | |
| 142 | + | |
137 | 143 |
| |
138 | 144 |
| |
139 | 145 |
| |
| |||
145 | 151 |
| |
146 | 152 |
| |
147 | 153 |
| |
148 |
| - | |
| 154 | + | |
| 155 | + | |
149 | 156 |
| |
150 | 157 |
| |
151 | 158 |
| |
152 | 159 |
| |
153 |
| - | |
| 160 | + | |
| 161 | + | |
154 | 162 |
| |
155 | 163 |
| |
156 | 164 |
| |
| |||
172 | 180 |
| |
173 | 181 |
| |
174 | 182 |
| |
175 |
| - | |
| 183 | + | |
176 | 184 |
| |
177 | 185 |
| |
178 | 186 |
| |
| |||
346 | 354 |
| |
347 | 355 |
| |
348 | 356 |
| |
349 |
| - | |
350 |
| - | |
| 357 | + | |
| 358 | + | |
351 | 359 |
| |
352 | 360 |
| |
353 | 361 |
| |
354 | 362 |
| |
355 |
| - | |
356 |
| - | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
357 | 368 |
| |
358 | 369 |
| |
359 | 370 |
| |
| |||
434 | 445 |
| |
435 | 446 |
| |
436 | 447 |
| |
437 |
| - | |
| 448 | + | |
438 | 449 |
| |
439 | 450 |
| |
440 |
| - | |
| 451 | + | |
441 | 452 |
| |
442 | 453 |
| |
443 |
| - | |
444 |
| - | |
445 |
| - | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
446 | 460 |
| |
447 |
| - | |
448 |
| - | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
449 | 479 |
| |
450 | 480 |
| |
451 | 481 |
| |
| |||
455 | 485 |
| |
456 | 486 |
| |
457 | 487 |
| |
458 |
| - | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
459 | 492 |
| |
460 | 493 |
| |
461 | 494 |
| |
| |||
470 | 503 |
| |
471 | 504 |
| |
472 | 505 |
| |
473 |
| - | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
474 | 510 |
| |
475 | 511 |
| |
476 | 512 |
| |
| |||
495 | 531 |
| |
496 | 532 |
| |
497 | 533 |
| |
498 |
| - | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
499 | 555 |
| |
500 |
| - | |
| 556 | + | |
501 | 557 |
| |
502 | 558 |
| |
503 | 559 |
| |
| |||
513 | 569 |
| |
514 | 570 |
| |
515 | 571 |
| |
| 572 | + | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
516 | 583 |
| |
517 | 584 |
| |
518 | 585 |
| |
| |||
619 | 686 |
| |
620 | 687 |
| |
621 | 688 |
| |
622 |
| - | |
623 |
| - | |
| 689 | + | |
| 690 | + | |
624 | 691 |
| |
625 | 692 |
| |
626 | 693 |
| |
627 | 694 |
| |
628 | 695 |
| |
629 |
| - | |
| 696 | + | |
| 697 | + | |
| 698 | + | |
| 699 | + | |
630 | 700 |
| |
631 | 701 |
| |
632 | 702 |
| |
633 | 703 |
| |
634 | 704 |
| |
635 | 705 |
| |
636 | 706 |
| |
| 707 | + | |
637 | 708 |
| |
638 | 709 |
| |
639 | 710 |
| |
|
0 commit comments