aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/cholesky_op.cc
Commit message (Expand)AuthorAge
* Optimized C++ and CUDA kernels for matrix_set_diag op. The new code is faster...Gravatar A. Unique TensorFlower2017-10-12
* * Add mechanism to CudaSolver for capturing references to temporary tensors. ...Gravatar A. Unique TensorFlower2017-09-29
* Add GPU support for QR decomposition.Gravatar A. Unique TensorFlower2017-09-19
* Optimize C++ kernels for the matrix_band_part op, which is used in various op...Gravatar A. Unique TensorFlower2017-09-15
* Use inplace Cholesky factorization and solves to speed up and reduce memory u...Gravatar A. Unique TensorFlower2017-06-02
* Allow complex valued input for Cholesky decomposition.Gravatar A. Unique TensorFlower2017-05-31
* Capture temporary Tensors in async kernels for cholesky_op and matrix_inverse...Gravatar A. Unique TensorFlower2017-05-16
* * 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
* Get rid of SupportsBatchOperation template parameter from linear algebra ops,...Gravatar A. Unique TensorFlower2016-08-25
* Refactor common linear algebra op helper classes to a single base class and m...Gravatar A. Unique TensorFlower2016-07-26
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* Global search & replace to move to the new location forGravatar Josh Levenberg2016-01-26
* TensorFlow: upstream changes to git.Gravatar Vijay Vasudevan2015-12-03
* TensorFlow: Improve performance of AlexnetGravatar Manjunath Kudlur2015-11-20
* TensorFlow: more features, performance improvements, and doc fixes.Gravatar Vijay Vasudevan2015-11-18
* TensorFlow: Doc and linter fixes, some additional tests andGravatar Vijay Vasudevan2015-11-16
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06