Skip to content

CrossSim 3.0

Compare
Choose a tag to compare
@bfeinberg bfeinberg released this 21 Dec 17:10
· 8 commits to main since this release
fade4af

Major Changes in CrossSim 3.0:

  • New AnalogCore interface providing a numpy-like interface for MVM and VMM operations
  • Overhauled and reorganized CrossSimParameters to clarify settings and simplify behavior including JSON load/save support
  • Neural network training and outer product update support removed If you need those features for your research please continue to use CrossSim2.0
  • New ADC, DAC, and device interfaces to simplify adding new models and mixing and matching behaviors
  • New circuit-based ADC models
  • Optional matrix-multipy fast-path providing up to 40x speedup on certain workloads including CNNs
  • Complex number support
  • Matlab compatibility
  • Assorted modeling improvements