TDLS 0.2.0
Tiny Device-callable Linear Solvers
Loading...
Searching...
No Matches
tile_operations.hpp File Reference

LU register-tile micro-kernel of the TiledLUpp solver family. More...

Include dependency graph for tile_operations.hpp:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

LU register-tile micro-kernel of the TiledLUpp solver family.

Author
Tristan Chenaille

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.