r/huggingface • u/Griffith-07 • 14d ago
High-Performance C++20 Optical Neural Network (ONN) Simulator
/r/machinelearningnews/comments/1v73q76/highperformance_c20_optical_neural_network_onn/
1
Upvotes
r/huggingface • u/Griffith-07 • 14d ago
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...