-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix[cartesian]: Race condition in unit test for K write (#1791)
The `interval` analysis in the unit test `test_K_offset_write_conditional` fails to catch a mistake in the code that leads to a race condition. Work: - Fix the bad interval - Remove not needed restriction on CUDA version Further work to fix the underlying problem and the larger issue of bound check on variable indexing is covered [here](#1684) and [there](#1754)
- Loading branch information
1 parent
8040178
commit 1601d87
Showing
2 changed files
with
37 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters