Project
Loading...
Searching...
No Matches
GPUDefParametersDefault.h File Reference
#include "GPUCommonDef.h"
#include "GPUDefMacros.h"

Go to the source code of this file.

Macros

#define GPUCA_GET_THREAD_COUNT(...)   1
 
#define GPUCA_GET_WARP_COUNT(...)   (GPUCA_GET_THREAD_COUNT(__VA_ARGS__) / GPUCA_WARP_SIZE)
 
#define GPUCA_THREAD_COUNT_SCAN   512
 
#define GPUCA_NEIGHBORSFINDER_REGS   NONE, 0
 
#define GPUCA_NEIGHBOURS_FINDER_MAX_NNEIGHUP   0
 
#define GPUCA_TRACKLET_SELECTOR_HITS_REG_SIZE   0
 
#define GPUCA_ALTERNATE_BORDER_SORT   0
 
#define GPUCA_SORT_BEFORE_FIT   0
 
#define GPUCA_MERGER_SPLIT_LOOP_INTERPOLATION   0
 
#define GPUCA_THREAD_COUNT_FINDER   1
 
#define GPUCA_COMP_GATHER_KERNEL   0
 
#define GPUCA_COMP_GATHER_MODE   0
 
#define GPUCA_DEDX_STORAGE_TYPE   float
 
#define GPUCA_MERGER_INTERPOLATION_ERROR_TYPE   float
 
#define GPUCA_MERGER_INTERPOLATION_ERROR_TYPE_A   GPUCA_DETERMINISTIC_CODE(float, GPUCA_MERGER_INTERPOLATION_ERROR_TYPE)
 
#define GPUCA_DEDX_STORAGE_TYPE_A   GPUCA_DETERMINISTIC_CODE(float, GPUCA_DEDX_STORAGE_TYPE)
 
#define GPUCA_WARP_SIZE   1
 
#define GPUCA_MAX_THREADS   1024
 
#define GPUCA_MAX_STREAMS   36
 
#define GPUCA_SORT_STARTHITS_GPU
 
#define GPUCA_ROWALIGNMENT   16
 
#define GPUCA_BUFFER_ALIGNMENT   64
 
#define GPUCA_MEMALIGN   (64 * 1024)
 
#define GPUCA_MAX_CLUSTERS   ((size_t) 1024 * 1024 * 1024)
 
#define GPUCA_MAX_TRD_TRACKLETS   ((size_t) 128 * 1024)
 
#define GPUCA_MAX_ITS_FIT_TRACKS   ((size_t) 96 * 1024)
 
#define GPUCA_TRACKER_CONSTANT_MEM   ((size_t) 63 * 1024)
 
#define GPUCA_MEMORY_SIZE   ((size_t) 6 * 1024 * 1024 * 1024)
 
#define GPUCA_HOST_MEMORY_SIZE   ((size_t) 1 * 1024 * 1024 * 1024)
 
#define GPUCA_GPU_STACK_SIZE   ((size_t) 8 * 1024)
 
#define GPUCA_GPU_HEAP_SIZE   ((size_t) 16 * 1025 * 1024)
 
#define GPUCA_MAX_SECTOR_NTRACK   (2 << 24)
 
#define GPUCA_NEW_ALIGNMENT   (std::align_val_t{GPUCA_BUFFER_ALIGNMENT})
 
#define GPUCA_OPERATOR_NEW_ALIGNMENT   ,GPUCA_NEW_ALIGNMENT
 

Detailed Description

Author
David Rohr

Definition in file GPUDefParametersDefault.h.

Macro Definition Documentation

◆ GPUCA_ALTERNATE_BORDER_SORT

#define GPUCA_ALTERNATE_BORDER_SORT   0

Definition at line 559 of file GPUDefParametersDefault.h.

◆ GPUCA_BUFFER_ALIGNMENT

#define GPUCA_BUFFER_ALIGNMENT   64

Definition at line 588 of file GPUDefParametersDefault.h.

◆ GPUCA_COMP_GATHER_KERNEL

#define GPUCA_COMP_GATHER_KERNEL   0

Definition at line 563 of file GPUDefParametersDefault.h.

◆ GPUCA_COMP_GATHER_MODE

#define GPUCA_COMP_GATHER_MODE   0

Definition at line 564 of file GPUDefParametersDefault.h.

◆ GPUCA_DEDX_STORAGE_TYPE

#define GPUCA_DEDX_STORAGE_TYPE   float

Definition at line 567 of file GPUDefParametersDefault.h.

◆ GPUCA_DEDX_STORAGE_TYPE_A

#define GPUCA_DEDX_STORAGE_TYPE_A   GPUCA_DETERMINISTIC_CODE(float, GPUCA_DEDX_STORAGE_TYPE)

Definition at line 573 of file GPUDefParametersDefault.h.

◆ GPUCA_GET_THREAD_COUNT

#define GPUCA_GET_THREAD_COUNT (   ...)    1

Definition at line 520 of file GPUDefParametersDefault.h.

◆ GPUCA_GET_WARP_COUNT

#define GPUCA_GET_WARP_COUNT (   ...)    (GPUCA_GET_THREAD_COUNT(__VA_ARGS__) / GPUCA_WARP_SIZE)

Definition at line 523 of file GPUDefParametersDefault.h.

◆ GPUCA_GPU_HEAP_SIZE

#define GPUCA_GPU_HEAP_SIZE   ((size_t) 16 * 1025 * 1024)

Definition at line 601 of file GPUDefParametersDefault.h.

◆ GPUCA_GPU_STACK_SIZE

#define GPUCA_GPU_STACK_SIZE   ((size_t) 8 * 1024)

Definition at line 600 of file GPUDefParametersDefault.h.

◆ GPUCA_HOST_MEMORY_SIZE

#define GPUCA_HOST_MEMORY_SIZE   ((size_t) 1 * 1024 * 1024 * 1024)

Definition at line 599 of file GPUDefParametersDefault.h.

◆ GPUCA_MAX_CLUSTERS

#define GPUCA_MAX_CLUSTERS   ((size_t) 1024 * 1024 * 1024)

Definition at line 594 of file GPUDefParametersDefault.h.

◆ GPUCA_MAX_ITS_FIT_TRACKS

#define GPUCA_MAX_ITS_FIT_TRACKS   ((size_t) 96 * 1024)

Definition at line 596 of file GPUDefParametersDefault.h.

◆ GPUCA_MAX_SECTOR_NTRACK

#define GPUCA_MAX_SECTOR_NTRACK   (2 << 24)

Definition at line 603 of file GPUDefParametersDefault.h.

◆ GPUCA_MAX_STREAMS

#define GPUCA_MAX_STREAMS   36

Definition at line 584 of file GPUDefParametersDefault.h.

◆ GPUCA_MAX_THREADS

#define GPUCA_MAX_THREADS   1024

Definition at line 583 of file GPUDefParametersDefault.h.

◆ GPUCA_MAX_TRD_TRACKLETS

#define GPUCA_MAX_TRD_TRACKLETS   ((size_t) 128 * 1024)

Definition at line 595 of file GPUDefParametersDefault.h.

◆ GPUCA_MEMALIGN

#define GPUCA_MEMALIGN   (64 * 1024)

Definition at line 589 of file GPUDefParametersDefault.h.

◆ GPUCA_MEMORY_SIZE

#define GPUCA_MEMORY_SIZE   ((size_t) 6 * 1024 * 1024 * 1024)

Definition at line 598 of file GPUDefParametersDefault.h.

◆ GPUCA_MERGER_INTERPOLATION_ERROR_TYPE

#define GPUCA_MERGER_INTERPOLATION_ERROR_TYPE   float

Definition at line 570 of file GPUDefParametersDefault.h.

◆ GPUCA_MERGER_INTERPOLATION_ERROR_TYPE_A

#define GPUCA_MERGER_INTERPOLATION_ERROR_TYPE_A   GPUCA_DETERMINISTIC_CODE(float, GPUCA_MERGER_INTERPOLATION_ERROR_TYPE)

Definition at line 572 of file GPUDefParametersDefault.h.

◆ GPUCA_MERGER_SPLIT_LOOP_INTERPOLATION

#define GPUCA_MERGER_SPLIT_LOOP_INTERPOLATION   0

Definition at line 561 of file GPUDefParametersDefault.h.

◆ GPUCA_NEIGHBORSFINDER_REGS

#define GPUCA_NEIGHBORSFINDER_REGS   NONE, 0

Definition at line 532 of file GPUDefParametersDefault.h.

◆ GPUCA_NEIGHBOURS_FINDER_MAX_NNEIGHUP

#define GPUCA_NEIGHBOURS_FINDER_MAX_NNEIGHUP   0

Definition at line 557 of file GPUDefParametersDefault.h.

◆ GPUCA_NEW_ALIGNMENT

#define GPUCA_NEW_ALIGNMENT   (std::align_val_t{GPUCA_BUFFER_ALIGNMENT})

Definition at line 623 of file GPUDefParametersDefault.h.

◆ GPUCA_OPERATOR_NEW_ALIGNMENT

#define GPUCA_OPERATOR_NEW_ALIGNMENT   ,GPUCA_NEW_ALIGNMENT

Definition at line 624 of file GPUDefParametersDefault.h.

◆ GPUCA_ROWALIGNMENT

#define GPUCA_ROWALIGNMENT   16

Definition at line 587 of file GPUDefParametersDefault.h.

◆ GPUCA_SORT_BEFORE_FIT

#define GPUCA_SORT_BEFORE_FIT   0

Definition at line 560 of file GPUDefParametersDefault.h.

◆ GPUCA_SORT_STARTHITS_GPU

#define GPUCA_SORT_STARTHITS_GPU

Definition at line 586 of file GPUDefParametersDefault.h.

◆ GPUCA_THREAD_COUNT_FINDER

#define GPUCA_THREAD_COUNT_FINDER   1

Definition at line 562 of file GPUDefParametersDefault.h.

◆ GPUCA_THREAD_COUNT_SCAN

#define GPUCA_THREAD_COUNT_SCAN   512

Definition at line 525 of file GPUDefParametersDefault.h.

◆ GPUCA_TRACKER_CONSTANT_MEM

#define GPUCA_TRACKER_CONSTANT_MEM   ((size_t) 63 * 1024)

Definition at line 597 of file GPUDefParametersDefault.h.

◆ GPUCA_TRACKLET_SELECTOR_HITS_REG_SIZE

#define GPUCA_TRACKLET_SELECTOR_HITS_REG_SIZE   0

Definition at line 558 of file GPUDefParametersDefault.h.

◆ GPUCA_WARP_SIZE

#define GPUCA_WARP_SIZE   1

Definition at line 579 of file GPUDefParametersDefault.h.