* Add GPU implementation of LogDeterminant op.
* Switch GPU implementation of Determinant to use the more numerically stable kernel as well. * Change behavior for Determinant on matrices with (numerically) infinite determinants to match the behavior of numpy.linalg.det: Return inf for matrix with infinite determinant. * Misc. cleanup in code working around missing support for complex in the NVCC compiler. PiperOrigin-RevId: 173277377
Loading
Please sign in to comment