20221119.0
Pre-release
Pre-release
This release reworks the bundling and linking steps. We now use the new clang offload driver and invoke the linkers via the clang-linker-wrapper. This allows us to build relocatable device code in targets using the hip_nvidia
and cuda_nvidia
compilation modes while still using clang as device compiler.
To enable relocatable device code, add -fgpu-rdc
to compile_flags
.