-
Convolutions currently target a single AIE core. This is because targetting multiple cores results in
```
error: 'aie.memtile_dma' op could not find and assign a valid BD id
```
See https://g…
-
**Describe the bug**
I encountered an error when using the `sits_mosaic()` function. Despite the layers being processed 100%, the final step of merging them was not completed. The error only occurs…
-
We need to support multi core systems some day:
- Some microcontrollers have more than one core that we'd like to use (RP2040, ESP32)
- Most operating systems have multiple cores.
At the same…
-
Asking here as I don't know where else:
I would like to use parallel processing with the snakemake wrapper for Bismark.
From the wrapper documentation it did not become clear what I should do. I …
-
I was having some trouble getting some multicore code running. So I added some serial uart feedback to see what was happening. It appeared as if Core1 wouldn't start it's loop code without a soft rese…
-
**Describe the bug you encountered:**
The pico_multicore library is always linked to the Pico-PIO-USB library in CMakeLists.txt, even if multicore functionality is not required by the project. …
-
Here is the pytest we need to run:
```python
class MNIST(nn.Module):
def __init__(self, input_size=784, output_size=10, hidden_size=256):
super(MNIST, self).__init__()
self.l1…
-
Here is a first cut at multicore support for coremark on pico.
https://github.com/manitou48/CoreMark-RP2040
For single core (in RAM, UART and no USB) i get 249.807440 iterations/sec. For 2 cores, I…
-
hi,
i am able to run Circle on qemu using the following command:
"c:\Program Files\qemu\qemu-system-aarch64" -machine raspi4b -cpu cortex-a72 -smp 4 -m 2G -kernel c:\temp\circle.img
it boots cor…
-
I noticed that calling `Rtc::sleep_deep` from the second core does not put the first core to sleep.
Is this expected behavior? Is it possible for the second core to put both cores to sleep?