Skip to content

Commit

Permalink
Update to BLT v0.5.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
rchen20 committed Apr 26, 2022
1 parent 96805d4 commit d8e9d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blt
Submodule blt updated 36 files
+2 −1 .gitlab-ci.yml
+1 −1 .gitlab/build_and_test.sh
+51 −0 .gitlab/build_corona.yml
+3 −2 .gitlab/build_quartz.yml
+18 −1 RELEASE-NOTES.md
+14 −2 SetupBLT.cmake
+1 −2 cmake/BLTMacros.cmake
+0 −1 cmake/BLTOptions.cmake
+4 −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
+8 −2 cmake/thirdparty/SetupHIP.cmake
+0 −8 cmake/thirdparty/SetupThirdParty.cmake
+0 −1 docs/api/utility.rst
+0 −1 docs/tutorial/portable_compiler_flags.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
+2 −2 host-configs/llnl/blueos_3_ppc64le_ib_p9/clang@upstream_nvcc_xlf.cmake
+1 −1 host-configs/llnl/blueos_3_ppc64le_ib_p9/pgi@20.4_nvcc.cmake
+43 −0 host-configs/llnl/toss_4_x86_64_ib/rocm@4.5.2_hip.cmake
+7 −5 host-configs/llnl/toss_4_x86_64_ib_cray/cce@13.0.1_clang_hip.cmake
+12 −7 host-configs/llnl/toss_4_x86_64_ib_cray/cce@13.0.1_clang_hip_c++17.cmake
+9 −7 host-configs/llnl/toss_4_x86_64_ib_cray/rocm@4.5.2_hip.cmake
+0 −71 host-configs/other/hcc.cmake
+0 −2 tests/internal/CMakeLists.txt
+4 −3 tests/internal/unit/CMakeLists.txt
+0 −24 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

0 comments on commit d8e9d7f

Please sign in to comment.