|
TDLS 0.2.0
Tiny Device-callable Linear Solvers
|
LU register-tile micro-kernel of the TiledLUpp solver family. More...
Go to the source code of this file.
Classes | |
| struct | tdls::TiledLUppTileOperations< T, tile_size, unroll_inner > |
| tile_size x tile_size register-tile micro-kernels of the TiledLUpp solvers: the shared kernels plus the LU column elimination. More... | |
LU register-tile micro-kernel of the TiledLUpp solver family.
TiledLUppTileOperations extends the shared TileOperations of solvers/tile_operations.hpp with the elimination kernel of the family, whose factored format stores the RECIPROCAL of each pivot on the diagonal. Tile storage, extent bounding and the unroll_inner knob follow the shared header.