collective_param_resolver_local.cc: delete DCHECK(!ir->out_mu.try_lock()); in a lambda
UNLOCK_FUNCTION(ir->out_mu) annotates that the lock is held on entry. try_lock() should not be called. PiperOrigin-RevId: 215769341
Loading
Please sign in to comment