Good morning, Abseil.io.
Interestingly, I never heard of Abseil until this morning when I got this error after upgrading from Tensorflow 1.11 to 1.15:
./tensorflow/stream_executor/stream_executor_pimpl.h:775:22: error: no template named 'make_unique' in namespace 'absl'; did you mean 'std::make_unique'?
auto kernel_base = absl::make_unique<TypedKernel<Args...>>(this);
^~~~~~~~~~~~~~~~~
std::make_unique
/home/bkramer/codulus/release/external/install/include/memory:3026:1: note: 'std::make_unique' declared here
make_unique(_Args&&... __args)
Can anyone point me in the right direction, while i go off and try to figure this out also on my own?
Thanks,
Brian Kramer