Commit 9510efd
authored
File tree
7 files changed
+9
-9
lines changed- docs/sphinx
- scripts
- src/tpl
7 files changed
+9
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
- .gitignore+1
- .gitlab-ci.yml+2-1
- .gitlab/build_and_test.sh+1-1
- .gitlab/build_quartz.yml+3-2
- .gitlab/build_tioga.yml+26
- RELEASE-NOTES.md+36-1
- SetupBLT.cmake+21-2
- azure-pipelines.yml+1-1
- cmake/BLTMacros.cmake+156-61
- cmake/BLTOptions.cmake-1
- cmake/BLTPrivateMacros.cmake+164-1
- cmake/SetupCompilerOptions.cmake+23-89
- cmake/SetupCompilerStandards.cmake+73
- cmake/thirdparty/FindROCm.cmake-27
- cmake/thirdparty/SetupCUDA.cmake+13-2
- cmake/thirdparty/SetupHCC.cmake-39
- cmake/thirdparty/SetupHIP.cmake+8-2
- cmake/thirdparty/SetupThirdParty.cmake-8
- docs/api/target_properties.rst+23-3
- docs/api/utility.rst+66-1
- docs/tutorial/portable_compiler_flags.rst-1
- docs/tutorial/third_party_libraries.rst+1-1
- host-configs/llnl/blueos_3_ppc64le_ib_p9/clang@upstream_link_with_nvcc.cmake+6-5
- host-configs/llnl/blueos_3_ppc64le_ib_p9/clang@upstream_nvcc_c++14-export-tpls.cmake+1-1
- host-configs/llnl/blueos_3_ppc64le_ib_p9/clang@upstream_nvcc_c++17.cmake+2-2
- host-configs/llnl/blueos_3_ppc64le_ib_p9/clang@upstream_nvcc_c++17_no_separable.cmake+2-2
- host-configs/llnl/blueos_3_ppc64le_ib_p9/clang@upstream_nvcc_xlf.cmake+4-2
- host-configs/llnl/blueos_3_ppc64le_ib_p9/pgi@20.4_nvcc.cmake+1-1
- host-configs/llnl/toss_4_x86_64_ib/rocm@4.5.2_hip.cmake+43
- host-configs/llnl/toss_4_x86_64_ib_cray/cce@13.0.1_clang_hip.cmake+7-5
- host-configs/llnl/toss_4_x86_64_ib_cray/cce@13.0.1_clang_hip_c++17.cmake+12-7
- host-configs/llnl/toss_4_x86_64_ib_cray/clang@14.0.0_hip.cmake+65
- host-configs/llnl/toss_4_x86_64_ib_cray/rocm@4.5.2_hip.cmake+9-7
- host-configs/other/hcc.cmake-71
- host-configs/other/radiuss-aws-ec2.cmake+38
- scripts/make_local_branch_from_fork_pr.sh+78
- tests/internal/CMakeLists.txt+25-5
- tests/internal/unit/CMakeLists.txt+26-3
- tests/smoke/CMakeLists.txt-24
- tests/smoke/blt_hcc_runtime_smoke.cpp-47
- tests/smoke/blt_hcc_smoke.cpp-29
- tests/smoke/blt_hip_gtest_smoke.cpp+4-1
- tests/smoke/blt_hip_runtime_smoke.cpp+9-2
- tests/smoke/blt_hip_smoke.cpp+4-1
- thirdparty_builtin/googletest-master-2020-01-07/googlemock/CMakeLists.txt+1-1
- thirdparty_builtin/googletest-master-2020-01-07/googletest/CMakeLists.txt+1-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments