 |
imate
C++/CUDA Reference
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
12#ifndef _DEFINITIONS_DEFINITIONS_H_
13#define _DEFINITIONS_DEFINITIONS_H_
61#ifndef UNSIGNED_LONG_INT
62 #define UNSIGNED_LONG_INT 0
68#ifndef USE_LOOP_UNROLLING
69 #define USE_LOOP_UNROLLING 1
78#define LARGE_ARRAY_SIZE 100000
110#if (defined(USE_CBLAS) && (USE_CBLAS == 1)) || \
111 (defined(USE_MKL) && (USE_MKL == 1))
112 #define USE_ANY_CBLAS 1