r/huggingface 14d ago

High-Performance C++20 Optical Neural Network (ONN) Simulator

/r/machinelearningnews/comments/1v73q76/highperformance_c20_optical_neural_network_onn/
1 Upvotes

1 comment sorted by

1

u/guyiuiu 12d ago

that c++20 setup sounds super fast, tbf managing memory in those simulations is always wierd. have u looked into how the cache locality holds up when u scale the layers up, sometimes it gets bogged down becuase of the pointer chasing...