etaler / Etaler

A flexable HTM (Hierarchical Temporal Memory) framework with full GPU support.
BSD 3-Clause "New" or "Revised" License
89 stars 14 forks source link

Generate stack trace on exception #140

Closed marty1885 closed 4 years ago

marty1885 commented 4 years ago

Implements #133. But a variable is used for controlling if a stack trace should be generated since there's no real way to use cling to generate the stack trace without linking to it.