I can see it's referenced in https://github.com/tensorflow/tensorflow/blob/master/tensorflow/core/kernels/cuda_solvers.h (Geqrf), but the tensorflow QR op at https://github.com/tensorflow/tensorflow/blob/master/tensorflow/core/kernels/qr_op_float.cc isn't registered for GPU usage. Can I somehow make my own op using Geqrf, or is there maybe another way?
Asked
Active
Viewed 240 times