weiya711 / sam

MIT License
15 stars 4 forks source link

Add sparse dense conversion graph #130

Closed bobcheng15 closed 5 months ago

bobcheng15 commented 5 months ago
  1. Add graphs for performing sparse to dense conversion and dense to sparse conversion
  2. Remove commented code and unnecessary printing statements in parse_dot.py
  3. Update rewrite lookup function so dense scanners are no longer connected to the GLB tile (Dense scanners are basically counters and does not need data from the GLB)
Joejoedesu commented 5 months ago

LGTM