yxsamliu wrote: I did some experiment with RTX2060 wihch supports ITS. It seems `__ballot_sync` does mask the result by the lame_mask argument so the out-of-mask lanes won't affect result even if they reach the function and vote. My concern is that if HIP does not mask the result, users may get different behavior and get confused.
https://github.com/llvm/llvm-project/pull/176202 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
