Package hedge :: Package cuda :: Module plan :: Class ChunkedLocalOperatorExecutionPlan
[frames] | no frames]

Class ChunkedLocalOperatorExecutionPlan

source code

   object --+    
            |    
ExecutionPlan --+
                |
               ChunkedLocalOperatorExecutionPlan

Instance Methods
 
__init__(self, flux_plan, parallelism, chunk_size) source code
 
chunks_per_microblock(self) source code
 
dofs_per_macroblock(self) source code
 
max_elements_touched_by_chunk(self) source code
 
shared_mem_use(self) source code
 
threads(self) source code
 
__str__(self) source code

Inherited from ExecutionPlan: invalid_reason, occupancy_record

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__

Properties

Inherited from object: __class__

Method Details

__init__(self, flux_plan, parallelism, chunk_size)
(Constructor)

source code 
Overrides: ExecutionPlan.__init__

shared_mem_use(self)

source code 
Decorators:
  • @memoize_method

__str__(self)
(Informal representation operator)

source code 
Overrides: ExecutionPlan.__str__