this file provides the cusparse features to CarmaObj
More...
#include <cuda_runtime_api.h>
#include <cusparse_v2.h>
#include <string>
Go to the source code of this file.
this file provides the cusparse features to CarmaObj
- Author
- COMPASS Team https://github.com/ANR-COMPASS
- Version
- 5.4.4
- Date
- 2022/01/24
Definition in file carma_cusparse.h.
◆ carma_check_cusparse_status
◆ carma_char2cusparse_operation()
cusparseOperation_t carma_char2cusparse_operation |
( |
char |
operation | ) |
|
◆ carma_check_cusparse_status_v2()
cusparseStatus_t carma_check_cusparse_status_v2 |
( |
cusparseStatus_t |
status, |
|
|
int |
line, |
|
|
std::string |
file |
|
) |
| |
◆ carma_init_cusparse()
cusparseStatus_t carma_init_cusparse |
( |
cusparseHandle_t * |
cusparse_handle | ) |
|
◆ carma_shutdown_cusparse()
cusparseStatus_t carma_shutdown_cusparse |
( |
cusparseHandle_t |
cusparse_handle | ) |
|