[XLA/GPU] Remove unintended debug line.
PiperOrigin-RevId: 355716319 Change-Id: I88e3fd38706e17aab3234b0135f9aedcbaa4e825
This commit is contained in:
parent
daf8c3344e
commit
a8b2a3d48c
@ -809,7 +809,6 @@ bool CanEmitFusedDynamicUpdateSliceInPlaceForGpu(
|
||||
|
||||
auto maybe_lhs = GetAllocationSliceForMlir(parameter.memref(), allocations);
|
||||
auto maybe_rhs = GetAllocationSliceForMlir(output_buffers[0], allocations);
|
||||
LOG(ERROR) << "TIM: ";
|
||||
return maybe_lhs.ok() && maybe_rhs.ok() && *maybe_lhs == *maybe_rhs;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user