common_cuda.h 258 B

123456789
  1. #define MAX_THREADS_PER_BLOCK 1024
  2. #define OPTIMAL_THREADS_PER_BLOCK 256
  3. #define WARP_SIZE 32
  4. #define MAX_NUM_BLOCK_X 2147483647
  5. #define MAX_NUM_BLOCK_Y 65535
  6. #define MAX_NUM_BLOCK_Z 65535
  7. #define MAX_SHARED_MEM_PER_BLOCK 48000
  8. #define FULL_MASK 0xffffffff