Commit 581da65a authored by Daniel Trebbien's avatar Daniel Trebbien
Browse files

Fix a pessimizing-move warning in GetDeviceLapackInfo()

clang reports:
./tensorflow/core/kernels/cuda_solvers.h:430:10: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]
  return std::move(new_dev_info);
         ^
./tensorflow/core/kernels/cuda_solvers.h:430:10: note: remove std::move call here
  return std::move(new_dev_info);
         ^~~~~~~~~~            ~
parent 136697ec
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment