starsimhub / starsim

Starsim disease modeling framework
http://starsim.org
MIT License
12 stars 8 forks source link

Think about GPU acceleration for networks #117

Open cliffckerr opened 1 year ago

cliffckerr commented 1 year ago

A gazillion agents all doing the same relatively simple thing? Sounds like a problem for a GPU to me.

daniel-klein commented 7 months ago

Yes, and fortunately we're not structure "by-agent" but rather "by-state", which makes many operations more efficient. Nonetheless, still worth exploring possible GPU-based acceleration options, perhaps via libraries like #146.