<T>LAPACK 0.1.1
C++ Template Linear Algebra PACKage
Loading...
Searching...
No Matches
utils.hpp File Reference
#include <starpu.h>
#include "tlapack/base/types.hpp"
Include dependency graph for utils.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  tlapack::starpu::cuda::is_cublas< Ts >
 Check if a type is supported by cuBLAS. More...
 

Variables

template<class... Ts>
constexpr bool tlapack::starpu::cuda::is_cublas_v = is_cublas<Ts..., int>::value
 Alias for is_cublas<>::value.
 
template<class... Ts>
constexpr bool tlapack::starpu::cuda::is_cusolver_v
 True if a type is supported by cuSOLVER.
 

Detailed Description

Author
Weslley S Pereira, University of Colorado Denver, USA

Variable Documentation

◆ is_cusolver_v

template<class... Ts>
constexpr bool tlapack::starpu::cuda::is_cusolver_v
constexpr
Initial value:
=
false

True if a type is supported by cuSOLVER.