SWDEV-476659 - Correct ballot function in kernel language rst

Change-Id: Ib0748437b5ef081df22c06c11e89f9601ec60a6c
This commit is contained in:
jujiang
2024-08-02 17:42:29 -04:00
committed by Julia Jiang
parent c9e57c98cd
commit 651e847ecc
+1 -1
View File
@@ -1844,7 +1844,7 @@ Warp vote and ballot functions
int __all_sync(unsigned long long mask, int predicate)
int __any_sync(unsigned long long mask, int predicate)
int __ballot(unsigned long long mask, int predicate)
unsigned long long __ballot_sync(unsigned long long mask, int predicate)
You can use ``__any`` and ``__all`` to get a summary view of the predicates evaluated by the
participating lanes.