Package hedge :: Package backends :: Package cuda :: Module fluxgather :: Class ExecutionPlan
[hide private]
[frames] | no frames]

Class ExecutionPlan

source code


Instance Methods [hide private]
 
__init__(self, given, parallel_faces, mbs_per_block, flux_count, direct_store, partition_data)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
microblocks_per_block(self) source code
 
elements_per_block(self) source code
 
dofs_per_block(self) source code
 
face_pair_count(self) source code
 
shared_mem_use(self) source code
 
threads_per_face(self) source code
 
threads(self) source code
 
registers(self) source code
 
__str__(self)
str(x)
source code
 
make_kernel(self, discr, executor, fluxes) source code

Inherited from plan.ExecutionPlan: invalid_reason, max_registers, occupancy_record

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, given, parallel_faces, mbs_per_block, flux_count, direct_store, partition_data)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

face_pair_count(self)

source code 
Decorators:
  • @memoize_method

shared_mem_use(self)

source code 
Decorators:
  • @memoize_method

__str__(self)
(Informal representation operator)

source code 

str(x)

Overrides: object.__str__
(inherited documentation)