Skip to content

Commit 7b09eff

Browse files
committed
Fixed merge conflict
1 parent d6b6c88 commit 7b09eff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tensorflow/core/common_runtime/sycl/sycl_device_context.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ void SYCLDeviceContext::CopyDeviceTensorToCPU(const Tensor *device_tensor,
106106
StatusCallback done) {
107107
const int64 total_bytes = device_tensor->TotalBytes();
108108
if (total_bytes > 0) {
109-
device->eigen_sycl_device()->deallocate_all();
110109
const void* src_ptr = DMAHelper::base(device_tensor);
111110
void* dst_ptr = DMAHelper::base(cpu_tensor);
112111
switch (device_tensor->dtype()) {

0 commit comments

Comments
 (0)