accelerInt  v0.1
Macros
launch_bounds.cuh File Reference

A number of definitions that control CUDA kernel launches. More...

This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

A number of definitions that control CUDA kernel launches.

Definition in file launch_bounds.cuh.

Macro Definition Documentation

◆ LAUNCH_BOUNDS_CUH

#define LAUNCH_BOUNDS_CUH

Definition at line 7 of file launch_bounds.cuh.

◆ PREFERL1

#define PREFERL1

Large L1 cache active.

Definition at line 14 of file launch_bounds.cuh.

◆ SHARED_SIZE

#define SHARED_SIZE   (0)

Shared memory per thread.

Definition at line 12 of file launch_bounds.cuh.

◆ TARGET_BLOCK_SIZE

#define TARGET_BLOCK_SIZE   (64)

The target number of threads per block.

Definition at line 10 of file launch_bounds.cuh.