Description: Upstream_partial_2c548819707bdafc8057cdd9c997f2a7b420d577_fix_MKL_build
 MKL fails to build on Buster, older GCC work.
 .
 python-tensorflow-cuda (1.6.0-3) unstable; urgency=medium
 .
   * Remove Python 3.7 from PY3VER, not supported upstream for the moment.
   * Also create .bcep files for each Python3 package to disable bycode
     generation for Python 3.7+.
Author: Adam Cecile <acecile@le-vert.net>

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: upstream, https://github.com/tensorflow/tensorflow/commit/2c548819707bdafc8057cdd9c997f2a7b420d577
Bug: https://github.com/tensorflow/tensorflow/commit/2c548819707bdafc8057cdd9c997f2a7b420d577
Forwarded: not-needed
Reviewed-By: TensorFlow upstream
Last-Update: 2018-11-12

--- python-tensorflow-cuda-1.6.0.orig/tensorflow/core/util/mkl_util.h
+++ python-tensorflow-cuda-1.6.0/tensorflow/core/util/mkl_util.h
@@ -1578,10 +1578,10 @@ class MklDnnData {
   }
 
   /// Set function for data buffer of user memory primitive.
-  inline void* SetUsrMemDataHandle(void* data_buffer) {
+  inline void SetUsrMemDataHandle(void* data_buffer) {
     CHECK_NOTNULL(user_memory_);
     CHECK_NOTNULL(data_buffer);
-    return user_memory_->set_data_handle(data_buffer);
+    user_memory_->set_data_handle(data_buffer);
   }
 
   /// Set function for data buffer of user memory primitive.
