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

Class DiffExecutionPlan

source code

                   object --+        
                            |        
                ExecutionPlan --+    
                                |    
ChunkedLocalOperatorExecutionPlan --+
                                    |
                                   DiffExecutionPlan

Instance Methods
 
columns(self) source code
 
registers(self) source code
 
fetch_buffer_chunks(self) source code

Inherited from ChunkedLocalOperatorExecutionPlan: __init__, __str__, chunks_per_microblock, dofs_per_macroblock, max_elements_touched_by_chunk, shared_mem_use, threads

Inherited from ExecutionPlan: invalid_reason, occupancy_record

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

Properties

Inherited from object: __class__