emer / axon

Axon is a spiking, biologically-based neural model driven by predictive error-driven learning, for systems-level models of the brain
BSD 3-Clause "New" or "Revised" License
18 stars 8 forks source link

Need GPU local RT mechanism #240

Closed rcoreilly closed 1 year ago

rcoreilly commented 1 year ago

pcore model recorded cycle-level data -- but this doesn't work with GPU.

also lvis records RT for layers to measure propagation through the network.

rcoreilly commented 1 year ago

the global thing can just be done by the sim. RT is now in LayerVals based on CaSpkP max - param in Acts.AttnMod as most plausible place to put it.