graph
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
cusparse.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 #include <cusparse.h>
4 
5 #include "pangolin/logger.hpp"
6 
7 #define CUSPARSE(stmt) checkCusparse(stmt, __FILE__, __LINE__);
8 void checkCusparse(cusparseStatus_t result, const char *file, const int line);