Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow different partitions #1496

Merged
merged 29 commits into from
Oct 14, 2024
Merged

Allow different partitions #1496

merged 29 commits into from
Oct 14, 2024

Conversation

rowleya
Copy link
Member

@rowleya rowleya commented Oct 4, 2024

Allow different partitions from the default SPIKE_PARTITION_ID to be used. By default this on is used if not specified, and some models will only send with that partition id still, but this allows the reception of different partition ids at least, which makes it easier to integrate with other sending models.

Tested with SpiNNakerManchester/IntegrationTests#294 (failing only for unrelated reasons)

@@ -198,7 +200,7 @@ static inline void process_weight_update(
const uint32_t *words = (uint32_t *) synapse_row_plastic_controls(fixed_region);
uint32_t pre_spike = plastic_region_address->pre_spike;

log_debug("Weight change update for pre-neuron %u", pre_spike);
log_info("Weight change update for pre-neuron %u", pre_spike);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need this (and others) to stay at info level

@rowleya rowleya merged commit be85530 into master Oct 14, 2024
14 of 17 checks passed
@rowleya rowleya deleted the allow_different_partitions branch October 14, 2024 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants