aboutsummaryrefslogtreecommitdiff
path: root/science/py-tensorflow/files/patch-tensorflow_stream__executor_stream__executor__pimpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'science/py-tensorflow/files/patch-tensorflow_stream__executor_stream__executor__pimpl.h')
-rw-r--r--science/py-tensorflow/files/patch-tensorflow_stream__executor_stream__executor__pimpl.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/science/py-tensorflow/files/patch-tensorflow_stream__executor_stream__executor__pimpl.h b/science/py-tensorflow/files/patch-tensorflow_stream__executor_stream__executor__pimpl.h
new file mode 100644
index 000000000000..dcd27cf7ef3e
--- /dev/null
+++ b/science/py-tensorflow/files/patch-tensorflow_stream__executor_stream__executor__pimpl.h
@@ -0,0 +1,10 @@
+--- tensorflow/stream_executor/stream_executor_pimpl.h.orig 2021-07-07 09:04:03 UTC
++++ tensorflow/stream_executor/stream_executor_pimpl.h
+@@ -25,6 +25,7 @@ limitations under the License.
+ #include "absl/base/macros.h"
+ #include "absl/synchronization/mutex.h"
+ #include "absl/types/optional.h"
++#include "absl/memory/memory.h"
+ #include "tensorflow/stream_executor/device_memory_allocator.h"
+ #include "tensorflow/stream_executor/lib/status.h"
+ #include "tensorflow/stream_executor/lib/statusor.h"