Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable async dispatch within the body of a host callback.
This is a follow up to #26160 and openxla/xla#21980. See those PRs for more discussion of the motivation for this change. In this PR, we disable CPU asynchronous execution when running within the body of a host callback, because this can cause deadlocks. PiperOrigin-RevId: 720918318
- Loading branch information