blt
blt copied to clipboard
Add more hip host-configs
BLT currently has a host-config for Cray's CCE + hip: https://github.com/LLNL/blt/blob/develop/host-configs/llnl/toss_4_x86_64_ib_cray/cce%4012.0.0_clang_hip.cmake
We should add a few more host-configs for relevant host/device compiler combinations on this platform.
Combinations of interest:
- CCE (Cray compiler) -- w/ and w/o hip
- rocm compiler (amdclang) compiler -- w/ and w/o hip
Tag: @davidbeckingsale, @trws, @white238, @rhornung67, @MrBurmark
Related issue(s): #532, #476
We also have two hip/hcc-related host-configs in the host-configs/other directory which seem outdated:
- https://github.com/LLNL/blt/blob/develop/host-configs/other/hcc.cmake
- https://github.com/LLNL/blt/blob/develop/host-configs/other/hip.cmake
Are these still relevant? Or should we remove/update them?