Feat C++ API
A feature engineering automation tool
error_handling.h File Reference
#include <iostream>
Include dependency graph for error_handling.h:

Go to the source code of this file.

Macros

#define HANDLE_ERROR(err)   (HandleError( err, __FILE__, __LINE__ ))
 

Functions

static void HandleError (cudaError_t err, const char *file, int line)
 

Macro Definition Documentation

◆ HANDLE_ERROR

#define HANDLE_ERROR (   err)    (HandleError( err, __FILE__, __LINE__ ))

Definition at line 18 of file error_handling.h.

Function Documentation

◆ HandleError()

static void HandleError ( cudaError_t  err,
const char *  file,
int  line 
)
static

Definition at line 9 of file error_handling.h.