graph
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Macros | Functions
cusparse.hpp File Reference
#include <cusparse.h>
#include "pangolin/logger.hpp"
Include dependency graph for cusparse.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define CUSPARSE(stmt)   checkCusparse(stmt, __FILE__, __LINE__);
 

Functions

void checkCusparse (cusparseStatus_t result, const char *file, const int line)
 

Macro Definition Documentation

◆ CUSPARSE

#define CUSPARSE (   stmt)    checkCusparse(stmt, __FILE__, __LINE__);

Function Documentation

◆ checkCusparse()

void checkCusparse ( cusparseStatus_t  result,
const char *  file,
const int  line 
)