SuperLU_DIST
4.0
superlu_dist on CPU and GPU clusters
|
#include <cublas_v2.h>
#include "cuda.h"
#include "cuda_runtime_api.h"
#include "cuda_runtime.h"
Go to the source code of this file.
Functions | |
void | DisplayHeader () |
const char * | cublasGetErrorString (cublasStatus_t status) |
cudaError_t | checkCuda (cudaError_t) |
cublasStatus_t | checkCublas (cublasStatus_t) |
cublasHandle_t | create_handle () |
void | destroy_handle (cublasHandle_t handle) |
– Distributed SuperLU routine (version 4.0) – Lawrence Berkeley National Lab, Univ. of California Berkeley. October 1, 2014
cublasStatus_t checkCublas | ( | cublasStatus_t | ) |
cudaError_t checkCuda | ( | cudaError_t | ) |
cublasHandle_t create_handle | ( | ) |
const char* cublasGetErrorString | ( | cublasStatus_t | status | ) |
void destroy_handle | ( | cublasHandle_t | handle | ) |
void DisplayHeader | ( | ) |