SkePU  1.2
 All Classes Namespaces Files Functions Variables Enumerations Friends Macros Groups Pages
Macros | Enumerations
skepu_cuda_helpers.h File Reference

Contains the definitions of some helper functions related to CUDA backend. More...

#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <cufft.h>
#include <curand.h>
Include dependency graph for skepu_cuda_helpers.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define MIN(a, b)   ((a < b) ? a : b)
 CUT bool type.
 

Enumerations

enum  CUTBoolean
 CUT bool type.
 

Detailed Description

Contains the definitions of some helper functions related to CUDA backend.