Skip to content

Commit c5e90fc

Browse files
fix(software): internal link reference
Co-authored-by: Justin Riddiough <[email protected]>
1 parent d6652e4 commit c5e90fc

File tree

1 file changed

+1
-1
lines changed
  • content/neuromorphic-computing/software/snn-frameworks/fugu

1 file changed

+1
-1
lines changed

content/neuromorphic-computing/software/snn-frameworks/fugu/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ draft: false
2020

2121
The framework uses a compositional approach where small computational kernels called Bricks combine into larger computational graphs called Scaffolds. This hierarchical design supports pre and post processing operations and helps identify parameter spaces where neural approaches offer computational advantages for tasks like sorting, optimization, and graph analytics.
2222

23-
Fugu functions as a managed intermediate representation between Python and neuromorphic hardware compilers. Networks compile to multiple backends including a reference simulator for small networks, [Intel Loihi](https://open-neuromorphic.org/neuromorphic-computing/hardware/loihi-intel/) for neuromorphic hardware deployment, and an optional STACS backend using Charm++ for large-scale HPC simulations.
23+
Fugu functions as a managed intermediate representation between Python and neuromorphic hardware compilers. Networks compile to multiple backends including a reference simulator for small networks, [Intel Loihi](/neuromorphic-computing/hardware/loihi-intel/) for neuromorphic hardware deployment, and an optional STACS backend using Charm++ for large-scale HPC simulations.
2424

2525
The framework targets three user types: developers building applications by combining existing Bricks, extenders creating new spiking algorithms as Bricks, and platform developers implementing new backends. Fugu includes Jupyter notebook examples demonstrating algorithm translations and supports applications in machine learning, graph analytics, and scientific computing.

0 commit comments

Comments
 (0)