<T>LAPACK 0.1.2
C++ Template Linear Algebra PACKage
|
StarPU functions for BLAS and LAPACK tasks. More...
#include <starpu_cublas_v2.h>
#include <starpu_cusolver.h>
#include "tlapack/legacy_api/blas.hpp"
#include "tlapack/legacy_api/lapack/potrf.hpp"
#include "tlapack/starpu/utils.hpp"
Go to the source code of this file.
Functions | |
template<class TA , class TB , class TC , class alpha_t , class beta_t , int mode = 0> | |
constexpr void | tlapack::starpu::func::gemm (void **buffers, void *args) noexcept |
template<class TA , class TB , class TC , class alpha_t , class beta_t , int mode = 0> | |
constexpr void | tlapack::starpu::func::hemm (void **buffers, void *args) noexcept |
template<class TA , class TB , class TC , class alpha_t , class beta_t , int mode = 0> | |
constexpr void | tlapack::starpu::func::her2k (void **buffers, void *args) noexcept |
template<class TA , class TC , class alpha_t , class beta_t , int mode = 0> | |
constexpr void | tlapack::starpu::func::herk (void **buffers, void *args) noexcept |
template<class uplo_t , class T , bool has_info, int mode = 0> | |
constexpr void | tlapack::starpu::func::potrf (void **buffers, void *args) |
template<class TA , class TB , class TC , class alpha_t , class beta_t , int mode = 0> | |
constexpr void | tlapack::starpu::func::symm (void **buffers, void *args) noexcept |
template<class TA , class TB , class TC , class alpha_t , class beta_t , int mode = 0> | |
constexpr void | tlapack::starpu::func::syr2k (void **buffers, void *args) noexcept |
template<class TA , class TC , class alpha_t , class beta_t , int mode = 0> | |
constexpr void | tlapack::starpu::func::syrk (void **buffers, void *args) noexcept |
template<class TA , class TB , class alpha_t , int mode = 0> | |
constexpr void | tlapack::starpu::func::trmm (void **buffers, void *args) noexcept |
template<class TA , class TB , class alpha_t , int mode = 0> | |
constexpr void | tlapack::starpu::func::trsm (void **buffers, void *args) noexcept |
StarPU functions for BLAS and LAPACK tasks.