SuperLU_DIST  4.0
superlu_dist on CPU and GPU clusters
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Macros | Functions
zSchCompUdt-cuda.c File Reference

This file contains the main loop of pzgstrf which involves rank k update of the Schur complement. Uses CUDA GPU. More...

Macros

#define SCHEDULE_STRATEGY   dynamic
 
#define cublasCheckErrors(fn)
 

Functions

 if (msg0 &&msg2)
 

Detailed Description

This file contains the main loop of pzgstrf which involves rank k update of the Schur complement. Uses CUDA GPU.

– Distributed SuperLU routine (version 4.0) –
Lawrence Berkeley National Lab, Univ. of California Berkeley.
October 1, 2014

Macro Definition Documentation

#define cublasCheckErrors (   fn)
Value:
do { \
cublasStatus_t __err = fn; \
if (__err != CUBLAS_STATUS_SUCCESS) { \
fprintf(stderr, "Fatal cublas error: %d (at %s:%d)\n", \
(int)(__err), \
__FILE__, __LINE__); \
fprintf(stderr, "*** FAILED - ABORTING\n"); \
exit(1); \
} \
} while(0);
if(0)
Definition: dlook_ahead_update.c:48
#define SCHEDULE_STRATEGY   dynamic

Function Documentation

if ( msg0 &&  msg2)