SIGN IN SIGN UP

[Enhancement] Disable data race check by default, opt-in via env var (#2851)

The VerifyParallelLoop data race check can report false positives on
shared buffer stores whose per-thread addresses cannot be proven
distinct (e.g. indices loaded from fragments). Disable it by default;
users can opt in via the TILELANG_ENABLE_DATA_RACE_CHECK environment
variable or by explicitly setting the tl.disable_data_race_check pass
config to False.
K
KellyFrog committed
7bfaf7dde0ae26fcf13b8f6e321a5b28b06f4bd0
Parent: 9dfe3b6
Committed by GitHub <noreply@github.com> on 8/3/2026, 8:55:27 AM