aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/cuda_solvers.h
Commit message (Expand)AuthorAge
* Fix include guardsGravatar A. Unique TensorFlower2018-08-16
* Use tensorflow::se instead of perftools::gputools for StreamExecutor.Gravatar Justin Lebar2018-04-23
* Merge changes from github.Gravatar Jianwei Xie2018-01-24
* Move EyeFunctor to a separate file, and change it to a more efficient impleme...Gravatar A. Unique TensorFlower2017-10-26
* * Add GPU implementation of LogDeterminant op.Gravatar A. Unique TensorFlower2017-10-24
* Use optimized functor for conjugate transpose in MatrixInverseOp.Gravatar A. Unique TensorFlower2017-10-17
* * Add mechanism to CudaSolver for capturing references to temporary tensors. ...Gravatar A. Unique TensorFlower2017-09-29
* Replace C-style casts by C++ casts and make casting away of constness explicitGravatar A. Unique TensorFlower2017-09-25
* Add GPU support for self_adjoint_eig a.k.a. tf.linalg.eigh.Gravatar A. Unique TensorFlower2017-09-22
* Split self_adjoint_eig_v2_op.cc according to type to speed up build.Gravatar A. Unique TensorFlower2017-09-20
* Enable GPU support of QR decomposition for the cases left out in cl/169249336.Gravatar A. Unique TensorFlower2017-09-19
* Add GPU support for QR decomposition.Gravatar A. Unique TensorFlower2017-09-19
* Merge changes from github.Gravatar Patrick Nguyen2017-09-15
* Extended ScratchSpace to expose its underlying scratch tensor object.Gravatar Eugene Brevdo2017-09-05
* Add GPU implementation of tf.matrix_solve.Gravatar A. Unique TensorFlower2017-08-17
* Speed up GPU version of tf.matrix_inverse by using LU factorization kernels f...Gravatar A. Unique TensorFlower2017-08-08
* Implement GPU version of tf.determinant.Gravatar A. Unique TensorFlower2017-08-02
* Add support for cublas<t>geam to cuda_solvers kernel helpers.Gravatar Eugene Brevdo2017-07-17
* Merge changes from github.Gravatar Jonathan Hseu2017-06-09
* Capture temporary Tensors in async kernels for cholesky_op and matrix_inverse...Gravatar A. Unique TensorFlower2017-05-16
* Small documentation fix: Update code example in cuda_solvers.h after changing...Gravatar A. Unique TensorFlower2017-05-10
* * Wrap cuBlas high-level solvers into CudaSolver.Gravatar A. Unique TensorFlower2017-05-10
* Add support for solvers based on the Nvidia cuSolver library.Gravatar A. Unique TensorFlower2017-04-10