Skip to content

Commit

Permalink
Re-enable async dispatch on JAX CPU in equations_test.py
Browse files Browse the repository at this point in the history
The tsan error has been fixed.

PiperOrigin-RevId: 660183448
  • Loading branch information
yueshengys authored and JAX-CFD authors committed Aug 7, 2024
1 parent 2d43ad9 commit 48f69f5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions jax_cfd/ml/equations_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,4 @@ def test_epd_modules(


if __name__ == '__main__':
# Temporarily disable async dispatch on JAX CPU due to tsan error.
jax.config.update('jax_cpu_enable_async_dispatch', False)

absltest.main()

0 comments on commit 48f69f5

Please sign in to comment.