blt
blt copied to clipboard
WIP: Feature/probinso/hipcc support
Add initial support for using CMAKE_HIP_COMPILER in cmake versions 3.21 and greater.
Differentiate between C_LIST and CXX_LIST for blt_split_source_list_by_language. (HIPCC will error if it's a c file, while cuda will just treat it as a C++ file).
SetupHIP now enables the hip language.
Add option BLT_HIP_REMOVE_HIP_COMPILE_OPTIONS to remove flags associated with pre-installed hip::device and hip-lang::device targets that are incompatible with hipcc.