CARLsim
5.0.0
CARLsim: a GPU-accelerated SNN simulator
|
#include <snn.h>
#include <sstream>
#include <algorithm>
#include <connection_monitor.h>
#include <connection_monitor_core.h>
#include <spike_monitor.h>
#include <spike_monitor_core.h>
#include <group_monitor.h>
#include <group_monitor_core.h>
#include <neuron_monitor.h>
#include <neuron_monitor_core.h>
#include <spike_buffer.h>
#include <error_code.h>
Go to the source code of this file.
Macros | |
#define | COMPACTION_ALIGNMENT_POST 0 |
#define | COMPACTION_ALIGNMENT_PRE 16 |
Functions | |
bool | compareDelay (const ConnectionInfo &first, const ConnectionInfo &second) |
bool | compareSrcNeuron (const ConnectionInfo &first, const ConnectionInfo &second) |
#define COMPACTION_ALIGNMENT_POST 0 |
Definition at line 70 of file snn_manager.cpp.
#define COMPACTION_ALIGNMENT_PRE 16 |
Definition at line 69 of file snn_manager.cpp.
bool compareDelay | ( | const ConnectionInfo & | first, |
const ConnectionInfo & | second | ||
) |
Definition at line 3220 of file snn_manager.cpp.
bool compareSrcNeuron | ( | const ConnectionInfo & | first, |
const ConnectionInfo & | second | ||
) |
Definition at line 3216 of file snn_manager.cpp.