You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.
when data structures can be fixed-sized at compile time. To do this, we can run swarming to find out optimal numbers (# synapses per segment, # segments, # cells per col.,...) and then perform one more "production" build that:
defines a flag to indicate the special build -DFINAL_BUILD
uses #define ... to read constants for given structures from swarmed config file
The text was updated successfully, but these errors were encountered:
This issue has had no activity for a long time period, so it has been closed. If you believe it was closed in error, re-open the issue and leave a comment stating a justification for it.
Eigen used for small fixed sized matrices but typically any
compiler!
doing optimization will perform a better job in optimizing:when data structures can be fixed-sized at compile time. To do this, we can run swarming to find out optimal numbers (# synapses per segment, # segments, # cells per col.,...) and then perform one more "production" build that:
-DFINAL_BUILD
#define ...
to read constants for given structures from swarmed config fileThe text was updated successfully, but these errors were encountered: