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
Many GPUs cannot implement single-byte writes without introducing potential data races.
By specifying that a bool value occupies 4 bytes with 4 byte alignment,
implementations can support adjacent boolean values in memory without introducing data races.
from gpuweb/gpuweb#4974
The text was updated successfully, but these errors were encountered: