Project
Loading...
Searching...
No Matches
o2::its::gpu::KernelOccupancy Struct Reference

Minimum resident blocks per compute unit to request when no per-kernel measurement exists. More...

#include <LaunchGeometry.h>

Public Member Functions

constexpr int min () const
 Return the smallest occupancy value in the table.
 
constexpr int max () const
 Return the largest occupancy value in the table.
 

Public Attributes

int computeLayerTracklets {1}
 
int computeLayerCells {1}
 
int computeLayerCellNeighbours {1}
 
int processNeighboursCellSeed {1}
 
int processNeighboursTrackSeed {1}
 
int fitTrackSeeds {1}
 
int fitTrackSeedsExtended {1}
 
int compileLookupTable {1}
 

Detailed Description

Minimum resident blocks per compute unit to request when no per-kernel measurement exists.

Definition at line 65 of file LaunchGeometry.h.

Member Function Documentation

◆ max()

constexpr int o2::its::gpu::KernelOccupancy::max ( ) const
inlineconstexpr

Return the largest occupancy value in the table.

Definition at line 88 of file LaunchGeometry.h.

◆ min()

constexpr int o2::its::gpu::KernelOccupancy::min ( ) const
inlineconstexpr

Return the smallest occupancy value in the table.

Definition at line 76 of file LaunchGeometry.h.

Member Data Documentation

◆ compileLookupTable

int o2::its::gpu::KernelOccupancy::compileLookupTable {1}

Definition at line 73 of file LaunchGeometry.h.

◆ computeLayerCellNeighbours

int o2::its::gpu::KernelOccupancy::computeLayerCellNeighbours {1}

Definition at line 68 of file LaunchGeometry.h.

◆ computeLayerCells

int o2::its::gpu::KernelOccupancy::computeLayerCells {1}

Definition at line 67 of file LaunchGeometry.h.

◆ computeLayerTracklets

int o2::its::gpu::KernelOccupancy::computeLayerTracklets {1}

Definition at line 66 of file LaunchGeometry.h.

◆ fitTrackSeeds

int o2::its::gpu::KernelOccupancy::fitTrackSeeds {1}

Definition at line 71 of file LaunchGeometry.h.

◆ fitTrackSeedsExtended

int o2::its::gpu::KernelOccupancy::fitTrackSeedsExtended {1}

Definition at line 72 of file LaunchGeometry.h.

◆ processNeighboursCellSeed

int o2::its::gpu::KernelOccupancy::processNeighboursCellSeed {1}

Definition at line 69 of file LaunchGeometry.h.

◆ processNeighboursTrackSeed

int o2::its::gpu::KernelOccupancy::processNeighboursTrackSeed {1}

Definition at line 70 of file LaunchGeometry.h.


The documentation for this struct was generated from the following file: