Skip to content

A neuron can depend on the same input multiple times #61

Description

@HyperCodec

Possibly the cause of #58, as I noticed this in the neuron dump by @Bowarc (also in #58). A neuron can have multiple references to the same neuron as input. This, when combined with rayon, makes it so that, as it performs parallelized iteration on the neurons, there is a chance they try to write to the same neuron at the same time, causing a deadlock.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions