Brick Library 0.1
Performance-portable stencil datalayout & codegen
Loading...
Searching...
No Matches
Classes | Variables
st.codegen.dag_opt Namespace Reference

Classes

class  DAG
 
class  DAGnode
 

Variables

int tot = 1024
 
list nodes = [DAGnode(i) for i in range(tot)]
 
tuple j = ((i + 1) >> 1)
 
DAG dag = DAG(nodes)
 

Variable Documentation

◆ dag

DAG st.codegen.dag_opt.dag = DAG(nodes)

◆ j

tuple st.codegen.dag_opt.j = ((i + 1) >> 1)

◆ nodes

list st.codegen.dag_opt.nodes = [DAGnode(i) for i in range(tot)]

◆ tot

int st.codegen.dag_opt.tot = 1024