Skip to content

Commit

Permalink
[GPU] Remove spam logs.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 636577910
  • Loading branch information
tensorflower-gardener committed May 23, 2024
1 parent 53cd939 commit 1c42da4
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,6 @@ class MultiDeviceAdapter : public DeviceMemoryAllocator {
// this case we are falling back to the first allocator to deallocate
// the memory.
// See b/325527293 for more details.
LOG(WARNING)
<< "Memory: " << mem.opaque()
<< " was not allocated by the current allocator on device: "
<< device_ordinal << "."
<< "Fallback on the first allocator to deallocate the memory.";
return memory_space_to_per_device_allocators_[0][device_ordinal]
->Deallocate(device_ordinal, mem);
}
Expand Down

0 comments on commit 1c42da4

Please sign in to comment.