Use of clang-offload-bundler
needs to be updated
#468
Labels
documentation
Improvements or additions to documentation
clang-offload-bundler
needs to be updated
#468
We are moving to enforce 4-tuple triple in the bundle id. Specifically, the bundle id in
-targets=
has to be in the form of:where
<4-tuple-triple>
isarch-vendor-os-env
. For host, it will be something likehost-x86_64-unknown-linux-gnu
; for AMDGPUs, it will beamdgcn-amd-amdhsa-unknown
or evenamdgcn-amd-amdhsa-
.Please update the use accordingly to avoid any potential break.
The text was updated successfully, but these errors were encountered: