batmat 0.0.15
Batched linear algebra routines
Loading...
Searching...
No Matches
trtri.tpp File Reference

Go to the source code of this file.

Namespaces

namespace  batmat
namespace  batmat::linalg
namespace  batmat::linalg::micro_kernels
namespace  batmat::linalg::micro_kernels::trtri

Macros

#define UNROLL_FOR(...)

Functions

template<class T, class Abi, KernelConfig Conf, index_t RowsReg, StorageOrder OA, StorageOrder OD>
void batmat::linalg::micro_kernels::trtri::trtri_copy_microkernel (uview< const T, Abi, OA > A, uview< T, Abi, OD > D, index_t k) noexcept
template<class T, class Abi, KernelConfig Conf, index_t RowsReg, index_t ColsReg, StorageOrder OD>
void batmat::linalg::micro_kernels::trtri::trmm_microkernel (uview< const T, Abi, OD > Dr, uview< T, Abi, OD > D, index_t k) noexcept
template<class T, class Abi, KernelConfig Conf, StorageOrder OA, StorageOrder OD>
void batmat::linalg::micro_kernels::trtri::trtri_copy_register (view< const T, Abi, OA > A, view< T, Abi, OD > D) noexcept

Macro Definition Documentation

◆ UNROLL_FOR

#define UNROLL_FOR ( ...)
Value:
#define BATMAT_FULLY_UNROLLED_FOR(...)
Definition unroll.h:27

Definition at line 9 of file trtri.tpp.