Skip to content

Commit

Permalink
added masked_broadcast and trans_masked_broadcast
Browse files Browse the repository at this point in the history
  • Loading branch information
bobcheng15 committed Nov 2, 2023
1 parent 1cb638a commit acd05d0
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 0 deletions.
27 changes: 27 additions & 0 deletions compiler/sam-outputs/onyx-dot/masked_broadcast.gv
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
digraph SAM {
comment="X=ss01,B=ss01,c=s0"
0 [comment="type=fiberlookup,index=i,tensor=B,mode=0,format=compressed,src=true,root=true" label="FiberLookup i: B\ncompressed" color=green4 shape=box style=filled type="fiberlookup" index="i" tensor="B" mode="0" format="compressed" src="true" root="true"]
1 [comment="type=repsiggen,index=i" label="RepeatSignalGenerator i" color=cyan3 shape=box style=filled type="repsiggen" index="i"]
2 [comment="type=repeat,index=i,tensor=c,root=true" label="Repeat i: B" color=cyan2 shape=box style=filled type="repeat" index="i" tensor="c" root="true"]
3 [comment="type=fiberlookup,index=i,tensor=c,mode=0,format=compressed,src=true,root=false" label="FiberLookup i: c\ncompressed" color=green4 shape=box style=filled type="fiberlookup" index="i" tensor="c" mode="0" format="compressed" src="true" root="false"]
4 [comment="type=fiberlookup,index=j,tensor=B,mode=1,format=compressed,src=true,root=false" label="FiberLookup j: B\ncompressed" color=green4 shape=box style=filled type="fiberlookup" index="j" tensor="B" mode="1" format="compressed" src="true" root="false"]
5 [comment="type=intersect,index=j" label="intersect j" color=purple shape=box style=filled type="intersect" index="j"]
6 [comment="type=arrayvals,tensor=c" label="Array Vals: c" color=green2 shape=box style=filled type="arrayvals" tensor="c"]
7 [comment="type=fiberwrite,index=i,tensor=X,mode=0,format=compressed,segsize=2,crdsize=B0_dim,sink=true" label="FiberWrite i: X0\ncompressed" color=green3 shape=box style=filled type="fiberwrite" index="i" tensor="X" mode="0" format="compressed" segsize="2" crdsize="B0_dim" sink="true"]
8 [comment="type=fiberwrite,index=j,tensor=X,mode=1,format=compressed,segsize=B0_dim+1,crdsize=B0_dim*B1_dim,sink=true" label="FiberWrite j: X1\ncompressed" color=green3 shape=box style=filled type="fiberwrite" index="j" tensor="X" mode="1" format="compressed" segsize="B0_dim+1" crdsize="B0_dim*B1_dim" sink="true"]
9 [comment="type=fiberwrite,mode=vals,tensor=X,size=1*B0_dim*B1_dim,sink=true" label="FiberWrite Vals: X" color=green3 shape=box style=filled type="fiberwrite" tensor="X" mode="vals" size="1*B0_dim*B1_dim" sink="true"]
10 [comment="type=broadcast" shape=point style=invis type="broadcast"]
0 -> 10 [label="crd" style=dashed type="crd"]
10 -> 1 [label="crd" style=dashed type="crd"]
1 -> 2 [label="repsig" style=dotted type="repsig"]
2 -> 3 [label="ref" style=bold type="ref"]
0 -> 4 [label="ref" style=bold type="ref"]
3 -> 5 [label="ref_in-c" style=bold type="ref" comment="in-c"]
3 -> 5 [label="crd_in-c" style=dashed type="crd" comment="in-c"]
4 -> 5 [label="ref_in-B", style=bold type="ref" comment="in-B"]
4 -> 5 [label="crd_in-B", style=dashed type="crd" comment="in-B"]
5 -> 6 [label="ref_out-c", style=bold type="ref" comment="out-c"]
10 -> 7 [label="crd", style=dashed type="crd"]
5 -> 8 [label="crd", style=dashed type="crd"]
6 -> 9 [label="val", type="val"]
}
27 changes: 27 additions & 0 deletions compiler/sam-outputs/onyx-dot/trans_masked_broadcast.gv
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
digraph SAM {
comment="X=ss01,B=ss01,c=s0"
0 [comment="type=fiberlookup,index=i,tensor=B,mode=0,format=compressed,src=true,root=true" label="FiberLookup i: B\ncompressed" color=green4 shape=box style=filled type="fiberlookup" index="i" tensor="B" mode="0" format="compressed" src="true" root="true"]
1 [comment="type=fiberlookup,index=i,tensor=c,mode=0,format=compressed,src=true,root=true" label="FiberLookup i: c\ncompressed" color=green4 shape=box style=filled type="fiberlookup" index="i" tensor="c" mode="0" format="compressed" src="true" root="true"]
2 [comment="type=intersect,index=i" label="intersect i" color=purple shape=box style=filled type="intersect" index="i"]
3 [comment="type=fiberlookup,index=j,tensor=B,mode=1,format=compressed,src=true,root=false" label="FiberLookup j: B\ncompressed" color=green4 shape=box style=filled type="fiberlookup" index="j" tensor="B" mode="1" format="compressed" src="true" root="false"]
4 [comment="type=repsiggen,index=j" label="RepeatSignalGenerator j" color=cyan3 shape=box style=filled type="repsiggen" index="j"]
5 [comment="type=repeat,index=j,tensor=c,root=false" label="Repeat j: B" color=cyan2 shape=box style=filled type="repeat" index="j" tensor="c" root="false"]
6 [comment="type=arrayvals,tensor=c" label="Array Vals: c" color=green2 shape=box style=filled type="arrayvals" tensor="c"]
7 [comment="type=fiberwrite,index=i,tensor=X,mode=0,format=compressed,segsize=2,crdsize=B0_dim,sink=true" label="FiberWrite i: X0\ncompressed" color=green3 shape=box style=filled type="fiberwrite" index="i" tensor="X" mode="0" format="compressed" segsize="2" crdsize="B0_dim" sink="true"]
8 [comment="type=fiberwrite,index=j,tensor=X,mode=1,format=compressed,segsize=B0_dim+1,crdsize=B0_dim*B1_dim,sink=true" label="FiberWrite j: X1\ncompressed" color=green3 shape=box style=filled type="fiberwrite" index="j" tensor="X" mode="1" format="compressed" segsize="B0_dim+1" crdsize="B0_dim*B1_dim" sink="true"]
9 [comment="type=fiberwrite,mode=vals,tensor=X,size=1*B0_dim*B1_dim,sink=true" label="FiberWrite Vals: X" color=green3 shape=box style=filled type="fiberwrite" tensor="X" mode="vals" size="1*B0_dim*B1_dim" sink="true"]
10 [comment="type=broadcast" shape=point style=invis type="broadcast"]
0 -> 2 [label="ref_in-B" style=bold type="ref" comment="in-B"]
0 -> 2 [label="crd_in-B" style=dashed type="crd" comment="in-B"]
1 -> 2 [label="ref_in-c" style=bold type="ref" comment="in-c"]
1 -> 2 [label="crd_in-c" style=dashed type="crd" comment="in-c"]
2 -> 3 [label="ref_out-B" style=bold type="ref" comment="out-B"]
2 -> 7 [label="crd" style=dashed type="crd"]
3 -> 10 [label="crd" style=dashed type="crd"]
10 -> 4 [label="crd" style=dashed type="crd"]
10 -> 8 [label="crd" style=dashed type="crd"]
4 -> 5 [label="repsig" style=dotted type="repsig"]
2 -> 5 [label="ref_out-c" style=bold type="ref" comment="out-c"]
5 -> 6 [label="ref" style=bold type="ref"]
6 -> 9 [label="val" type="val"]
}

0 comments on commit acd05d0

Please sign in to comment.