You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
where <4-tuple-triple> is arch-vendor-os-env. For host, it will be something like host-x86_64-unknown-linux-gnu ; for AMDGPUs, it will be amdgcn-amd-amdhsa-unknown or even amdgcn-amd-amdhsa-.
Please update the use accordingly to avoid any potential break.
The text was updated successfully, but these errors were encountered:
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: