aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/kernels/cuda_solvers.cc
Commit message (Expand)AuthorAge
* [ROCm] Interface changes for StreamExecutor to support both CUDA and ROCmGravatar Wen-Heng (Jack) Chung2018-07-12
* Use tensorflow::se instead of perftools::gputools for StreamExecutor.Gravatar Justin Lebar2018-04-23
* Protect all calls to launch cuSolver & cuBlas kernels by a lock. The code app...Gravatar A. Unique TensorFlower2017-12-19
* Minor cleanup (remove unused inclusions, NULL => nullptr)Gravatar A. Unique TensorFlower2017-10-10
* * 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
* 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
* Set the GPU execution context inside the callback wrapper in CudaSolver::Copy...Gravatar A. Unique TensorFlower2017-08-30
* 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
* Performance-related tweaks: Don't copy loop variables; remove ineffective std...Gravatar A. Unique TensorFlower2017-06-05
* Remove unnecessary castsGravatar A. Unique TensorFlower2017-05-31
* * 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