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
Spatter v1.1 initializes the source and target buffers with random data in parallel. However, v2 uses the rand() function, which is not thread-safe. To initialize the buffers in parallel for v2, a thread-safe alternative needs to be used, such as the rand_r() function.
π Reproduction steps
This affects all backends.
π¬ Logs
No response
The text was updated successfully, but these errors were encountered:
πΏ OS
Ubuntu 22
ποΈ Architecture
x86_64
π Description
Spatter v1.1 initializes the source and target buffers with random data in parallel. However, v2 uses the rand() function, which is not thread-safe. To initialize the buffers in parallel for v2, a thread-safe alternative needs to be used, such as the rand_r() function.
π Reproduction steps
This affects all backends.
π¬ Logs
No response
The text was updated successfully, but these errors were encountered: