ACC
Configuration options for the ACC-Driver. [Edit on GitHub]
Keywords
Keyword descriptions
- AVOID_AFTER_BUSY
Type: logical
Default: FDescription: If enabled, stacks are not processed by the acc-driver after it has signaled congestion during a round of flushing. For the next round of flusing the driver is used again.
- BINNING_BINSIZE
Type: integer
Default: 16Description: Size of bins used when ordering the stacks with the binning-scheme.
- BINNING_NBINS
Type: integer
Default: 4096Description: Number of bins used when ordering the stacks with the binning-scheme.
- MIN_FLOP_PROCESS
Type: integer
Default: 0Description: Only process stacks with more than the given number of floating-point operations per stack-entry (2mn*k).
- MIN_FLOP_SORT
Type: integer
Default: 4000Description: Only sort stacks with more than the given number of floating-point operations per stack-entry (2mn*k). Alternatively, the stacks are roughly ordered through a binning-scheme by Peter Messmer. (Depends on ACC%STACK_SORT)
- PROCESS_INHOMOGENOUS
Type: logical
Default: TDescription: If enabled, inhomogenous stacks are also processed by the acc driver.
- STACK_SORT
Type: logical
Default: TDescription: Sort multiplication stacks according to C-access.
- THREAD_BUFFERS
Type: integer
Default: 8Description: Number of transfer-buffers associated with each thread and corresponding stream.