8000 Remove an unnecessary warning. · CJavaScala/tensorflow@7c94dbe · GitHub
[go: up one dir, main page]

Skip to content

Commit 7c94dbe

Browse files
zheng-xqVijay Vasudevan
authored andcommitted
Remove an unnecessary warning.
Change: 112210734
1 parent c7258df commit 7c94dbe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tensorflow/core/kernels/conv_ops_gpu.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ class CudnnScratchAllocator : public perftools::gputools::ScratchAllocator {
6363
DT_UINT8, TensorShape({byte_size}), &temporary_memory,
6464
AllocatorAttributes(), allocation_attr));
6565
if (!allocation_status.ok()) {
66-
LOG(WARNING) << allocation_status;
6766
return perftools::gputools::port::StatusOr<
6867
perftools::gputools::DeviceMemory<uint8>>(
6968
AsDeviceMemory<uint8>(nullptr, 0));

0 commit comments

Comments
 (0)
0