SuperLU Distributed 8.2.1
Distributed memory sparse direct solver
sSchCompUdt-cuda.c File Reference

Macros

#define SCHEDULE_STRATEGY   dynamic
 
#define cublasCheckErrors(fn)
 

Detailed Description

Copyright (c) 2003, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from U.S. Dept. of Energy)

All rights reserved.

The source code is distributed under BSD license, see the file License.txt at the top-level directory.

Macro Definition Documentation

◆ cublasCheckErrors

#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);

◆ SCHEDULE_STRATEGY

#define SCHEDULE_STRATEGY   dynamic