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
staticconstchar*__doc_CodeGenerator_BackendCUDAHIP_buildPopulationRNGEnvironment=R"doc(Generate a preamble to add substitution name for population RNG)doc";
350
+
351
+
staticconstchar*__doc_CodeGenerator_BackendCUDAHIP_buildPopulationRNGEnvironment_2=R"doc(Add $(_rng) to environment based on $(_rng_internal) field with any initialisers and destructors required)doc";
staticconstchar*__doc_CodeGenerator_BackendCUDAHIP_genPopulationRNGInit=R"doc(For SIMT backends which initialize RNGs on device, initialize population RNG with specified seed and sequence)doc";
staticconstchar*__doc_CodeGenerator_BackendCUDAHIP_genPopulationRNGPreamble=R"doc(Generate a preamble to add substitution name for population RNG)doc";
390
-
391
397
staticconstchar*__doc_CodeGenerator_BackendCUDAHIP_genReturnFreeDeviceMemoryBytes=R"doc(Generate code to return amount of free 'device' memory in bytes)doc";
@@ -3827,6 +3837,10 @@ static const char *__doc_SynapseGroup_getWUVarLocation = R"doc(Get location of w
3827
3837
3828
3838
staticconstchar*__doc_SynapseGroup_isDendriticOutputDelayRequired=R"doc(Is this synapse group's output dendritically delayed?)doc";
3829
3839
3840
+
staticconstchar*__doc_SynapseGroup_isPSMVarHeterogeneouslyDelayed=R"doc(Is the named postsynaptic model variable heterogeneously delayed?)doc";
3841
+
3842
+
staticconstchar*__doc_SynapseGroup_isPSMVarQueueRequired=R"doc(Is the named postsynaptic model variable referenced in synapse code?)doc";
3843
+
3830
3844
staticconstchar*__doc_SynapseGroup_isPSModelFused=R"doc(Has this synapse group's postsynaptic model been fused with those from other synapse groups?)doc";
3831
3845
3832
3846
staticconstchar*__doc_SynapseGroup_isPSParamDynamic=R"doc(Is postsynaptic model parameter dynamic i.e. it can be changed at runtime)doc";
@@ -3979,6 +3997,8 @@ This is ignored for simulations on hardware with a single memory space)doc";
3979
3997
3980
3998
staticconstchar*__doc_SynapseGroup_m_PSInitialiser=R"doc(Initialiser used for creating postsynaptic update model)doc";
3981
3999
4000
+
staticconstchar*__doc_SynapseGroup_m_PSMVarQueueRequired=R"doc(Set of names of PSM variable requiring queueing)doc";
4001
+
3982
4002
staticconstchar*__doc_SynapseGroup_m_PSNeuronVarReferences=R"doc('Resolved' variable references to neurons variables used in postsynaptic update model)doc";
staticconstchar*__doc_SynapseGroup_setPSParamDynamic=R"doc(Set whether weight update model parameter is dynamic or not i.e. it can be changed at runtime)doc";
0 commit comments