Skip to content

Commit

Permalink
Merge pull request #123 from trws/bump-blt
Browse files Browse the repository at this point in the history
update blt
  • Loading branch information
trws authored Nov 28, 2022
2 parents 9a6b821 + 2fbd7ca commit a1c74aa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion extern/blt
Submodule blt updated 48 files
+1 −0 .gitignore
+2 −1 .gitlab-ci.yml
+1 −1 .gitlab/build_and_test.sh
+3 −2 .gitlab/build_quartz.yml
+26 −0 .gitlab/build_tioga.yml
+42 −1 RELEASE-NOTES.md
+21 −2 SetupBLT.cmake
+30 −10 azure-pipelines.yml
+156 −61 cmake/BLTMacros.cmake
+0 −1 cmake/BLTOptions.cmake
+164 −1 cmake/BLTPrivateMacros.cmake
+23 −89 cmake/SetupCompilerOptions.cmake
+73 −0 cmake/SetupCompilerStandards.cmake
+0 −27 cmake/thirdparty/FindROCm.cmake
+13 −2 cmake/thirdparty/SetupCUDA.cmake
+0 −39 cmake/thirdparty/SetupHCC.cmake
+26 −15 cmake/thirdparty/SetupHIP.cmake
+0 −8 cmake/thirdparty/SetupThirdParty.cmake
+23 −3 docs/api/target_properties.rst
+66 −1 docs/api/utility.rst
+0 −1 docs/tutorial/portable_compiler_flags.rst
+1 −1 docs/tutorial/third_party_libraries.rst
+6 −5 host-configs/llnl/blueos_3_ppc64le_ib_p9/clang@upstream_link_with_nvcc.cmake
+1 −1 host-configs/llnl/blueos_3_ppc64le_ib_p9/clang@upstream_nvcc_c++14-export-tpls.cmake
+2 −2 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
+4 −2 host-configs/llnl/blueos_3_ppc64le_ib_p9/clang@upstream_nvcc_xlf.cmake
+1 −1 host-configs/llnl/blueos_3_ppc64le_ib_p9/[email protected]_nvcc.cmake
+43 −0 host-configs/llnl/toss_4_x86_64_ib/[email protected]_hip.cmake
+7 −5 host-configs/llnl/toss_4_x86_64_ib_cray/[email protected]_clang_hip.cmake
+12 −7 host-configs/llnl/toss_4_x86_64_ib_cray/[email protected]_clang_hip_c++17.cmake
+65 −0 host-configs/llnl/toss_4_x86_64_ib_cray/[email protected]_hip.cmake
+9 −7 host-configs/llnl/toss_4_x86_64_ib_cray/[email protected]_hip.cmake
+0 −71 host-configs/other/hcc.cmake
+38 −0 host-configs/other/radiuss-aws-ec2.cmake
+78 −0 scripts/make_local_branch_from_fork_pr.sh
+25 −5 tests/internal/CMakeLists.txt
+26 −3 tests/internal/unit/CMakeLists.txt
+9 −27 tests/smoke/CMakeLists.txt
+0 −47 tests/smoke/blt_hcc_runtime_smoke.cpp
+0 −29 tests/smoke/blt_hcc_smoke.cpp
+4 −1 tests/smoke/blt_hip_gtest_smoke.cpp
+9 −2 tests/smoke/blt_hip_runtime_smoke.cpp
+4 −1 tests/smoke/blt_hip_smoke.cpp
+4 −0 thirdparty_builtin/benchmark-1.5.0/include/benchmark/benchmark.h
+1 −1 thirdparty_builtin/googletest-master-2020-01-07/googlemock/CMakeLists.txt
+1 −1 thirdparty_builtin/googletest-master-2020-01-07/googletest/CMakeLists.txt
+15 −0 thirdparty_builtin/patches/gbenchmark-2022_02_16-limits.patch

0 comments on commit a1c74aa

Please sign in to comment.