blt icon indicating copy to clipboard operation
blt copied to clipboard

WIP: Feature/probinso/hipcc support

Open robinson96 opened this issue 3 years ago • 0 comments

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.

robinson96 avatar Aug 30 '22 22:08 robinson96