SpiNNakerManchester / SpiNNFrontEndCommon

Common support code for user-facing front end systems.
Apache License 2.0
12 stars 11 forks source link

split download and recording data tables and methods #1211

Closed Christian-B closed 2 months ago

Christian-B commented 2 months ago

API Change BufferManager.get_data_by_placement replicated for

Old method works as long as the vertex does not implement both data types.

Most get and store method split between recording and download.

--

must be done at the same time as:

https://github.com/SpiNNakerManchester/sPyNNaker/pull/1485 https://github.com/SpiNNakerManchester/JavaSpiNNaker/pull/1191

To use the new API

https://github.com/SpiNNakerManchester/SpiNNGym/pull/94 https://github.com/SpiNNakerManchester/SpiNNaker_PDP2/pull/87 https://github.com/SpiNNakerManchester/TSPonSpiNNaker/pull/41 https://github.com/SpiNNakerManchester/SpiNNakerGraphFrontEnd/pull/281 https://github.com/SpiNNakerManchester/MarkovChainMonteCarlo/pull/70 Bitbrains code not in master