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>

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. | |
Contains the definitions of some helper functions related to CUDA backend.
1.8.5