This repository was archived by the owner on Mar 21, 2024. It is now read-only.
File tree
3 files changed
+103
-35
lines changed- dependencies
- thrust/cmake
3 files changed
+103
-35
lines changed- cub/cmake/cub-config.cmake+45-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 |
| |
| |||
85 | 86 |
| |
86 | 87 |
| |
87 | 88 |
| |
| 89 | + | |
88 | 90 |
| |
89 | 91 |
| |
90 | 92 |
| |
91 | 93 |
| |
| 94 | + | |
92 | 95 |
| |
93 | 96 |
| |
94 | 97 |
| |
95 |
| - | |
96 |
| - | |
97 |
| - | |
98 |
| - | |
99 |
| - | |
100 |
| - | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
101 | 104 |
| |
102 | 105 |
| |
103 | 106 |
| |
| |||
109 | 112 |
| |
110 | 113 |
| |
111 | 114 |
| |
112 |
| - | |
| 115 | + | |
113 | 116 |
| |
114 | 117 |
| |
115 | 118 |
| |
116 | 119 |
| |
117 | 120 |
| |
118 | 121 |
| |
119 | 122 |
| |
120 |
| - | |
| 123 | + | |
121 | 124 |
| |
122 | 125 |
| |
123 | 126 |
| |
124 | 127 |
| |
125 | 128 |
| |
126 |
| - | |
| 129 | + | |
127 | 130 |
| |
128 | 131 |
| |
129 | 132 |
| |
| |||
133 | 136 |
| |
134 | 137 |
| |
135 | 138 |
| |
136 |
| - | |
| 139 | + | |
137 | 140 |
| |
138 | 141 |
| |
139 | 142 |
| |
| |||
145 | 148 |
| |
146 | 149 |
| |
147 | 150 |
| |
148 |
| - | |
| 151 | + | |
| 152 | + | |
149 | 153 |
| |
150 | 154 |
| |
151 | 155 |
| |
152 | 156 |
| |
153 |
| - | |
| 157 | + | |
| 158 | + | |
154 | 159 |
| |
155 | 160 |
| |
156 | 161 |
| |
| |||
172 | 177 |
| |
173 | 178 |
| |
174 | 179 |
| |
175 |
| - | |
| 180 | + | |
176 | 181 |
| |
177 | 182 |
| |
178 | 183 |
| |
| |||
346 | 351 |
| |
347 | 352 |
| |
348 | 353 |
| |
349 |
| - | |
350 |
| - | |
| 354 | + | |
| 355 | + | |
351 | 356 |
| |
352 | 357 |
| |
353 | 358 |
| |
354 | 359 |
| |
355 |
| - | |
356 |
| - | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
357 | 365 |
| |
358 | 366 |
| |
359 | 367 |
| |
| |||
434 | 442 |
| |
435 | 443 |
| |
436 | 444 |
| |
437 |
| - | |
| 445 | + | |
438 | 446 |
| |
439 | 447 |
| |
440 |
| - | |
| 448 | + | |
441 | 449 |
| |
442 | 450 |
| |
443 |
| - | |
444 |
| - | |
445 |
| - | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
446 | 457 |
| |
447 |
| - | |
448 |
| - | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
449 | 476 |
| |
450 | 477 |
| |
451 | 478 |
| |
| |||
455 | 482 |
| |
456 | 483 |
| |
457 | 484 |
| |
458 |
| - | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
459 | 489 |
| |
460 | 490 |
| |
461 | 491 |
| |
| |||
470 | 500 |
| |
471 | 501 |
| |
472 | 502 |
| |
473 |
| - | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
474 | 507 |
| |
475 | 508 |
| |
476 | 509 |
| |
| |||
495 | 528 |
| |
496 | 529 |
| |
497 | 530 |
| |
498 |
| - | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
499 | 552 |
| |
500 |
| - | |
| 553 | + | |
501 | 554 |
| |
502 | 555 |
| |
503 | 556 |
| |
| |||
513 | 566 |
| |
514 | 567 |
| |
515 | 568 |
| |
| 569 | + | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
516 | 580 |
| |
517 | 581 |
| |
518 | 582 |
| |
| |||
619 | 683 |
| |
620 | 684 |
| |
621 | 685 |
| |
622 |
| - | |
623 |
| - | |
| 686 | + | |
| 687 | + | |
624 | 688 |
| |
625 | 689 |
| |
626 | 690 |
| |
627 | 691 |
| |
628 | 692 |
| |
629 |
| - | |
| 693 | + | |
| 694 | + | |
| 695 | + | |
| 696 | + | |
630 | 697 |
| |
631 | 698 |
| |
632 | 699 |
| |
633 | 700 |
| |
634 | 701 |
| |
635 | 702 |
| |
636 | 703 |
| |
| 704 | + | |
637 | 705 |
| |
638 | 706 |
| |
639 | 707 |
| |
|
0 commit comments