|
auto | checkCudaError (cudaError_t err, const char *file, int line) -> void |
|
auto | getCufftErrorString (cufftResult result) -> std::string |
|
auto | checkCufftError (cufftResult result, const char *file, int line) -> void |
|
auto | getCusparseErrorString (cusparseStatus_t stat) -> std::string |
|
auto | checkCusparseError (cusparseStatus_t stat, const char *file, int line) -> void |
|
auto | roundUp (std::uint32_t num, std::uint32_t multiple) -> std::uint32_t |
|
template<class T1 , class D1 , Target t1, class T2 , class D2 , Target t2> |
auto | operator== (const unique_ptr< T1, D1, t2 > &x, const unique_ptr< T2, D2, t2 > &y) noexcept-> bool |
|
template<class T1 , class D1 , Target t1, class T2 , class D2 , Target t2> |
auto | operator!= (const unique_ptr< T1, D1, t2 > &x, const unique_ptr< T2, D2, t2 > &y) noexcept-> bool |
|
template<class T , class D , Target t> |
auto | operator== (const unique_ptr< T, D, t > &x, std::nullptr_t) noexcept-> bool |
|
template<class T , class D , Target t> |
auto | operator== (std::nullptr_t, const unique_ptr< T, D, t > &x) noexcept-> bool |
|
template<class T , class D , Target t> |
auto | operator!= (const unique_ptr< T, D, t > &x, std::nullptr_t) noexcept-> bool |
|
template<class T , class D , Target t> |
auto | operator!= (std::nullptr_t, const unique_ptr< T, D, t > &x) noexcept-> bool |
|