|
accelerInt
v0.1
|
A number of definitions that control CUDA kernel launches. More...

Go to the source code of this file.
Macros | |
| #define | LAUNCH_BOUNDS_CUH |
| #define | TARGET_BLOCK_SIZE (64) |
| The target number of threads per block. More... | |
| #define | SHARED_SIZE (0) |
| Shared memory per thread. More... | |
| #define | PREFERL1 |
| Large L1 cache active. More... | |
A number of definitions that control CUDA kernel launches.
Definition in file launch_bounds.cuh.
| #define LAUNCH_BOUNDS_CUH |
Definition at line 7 of file launch_bounds.cuh.
| #define PREFERL1 |
Large L1 cache active.
Definition at line 14 of file launch_bounds.cuh.
| #define SHARED_SIZE (0) |
Shared memory per thread.
Definition at line 12 of file launch_bounds.cuh.
| #define TARGET_BLOCK_SIZE (64) |
The target number of threads per block.
Definition at line 10 of file launch_bounds.cuh.
1.8.14