<T>LAPACK 0.1.1
C++ Template Linear Algebra PACKage
Loading...
Searching...
No Matches
functions.hpp File Reference

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"
Include dependency graph for functions.hpp:
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

StarPU functions for BLAS and LAPACK tasks.

Author
Weslley S Pereira, University of Colorado Denver, USA