Skip to content

Commit b7fbcbc

Browse files
committed
fix(nir): Corrected grammar in overview section
1 parent 7bbc50f commit b7fbcbc

File tree

1 file changed

+1
-1
lines changed
  • content/neuromorphic-computing/software/data-tools/neuromorphic-intermediate-representation

1 file changed

+1
-1
lines changed

content/neuromorphic-computing/software/data-tools/neuromorphic-intermediate-representation/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ hardware_tags:
3535

3636
## Overview
3737

38-
By defining a common set of computational primitives (like Leaky-Integrate-and-Fire neurons and convolutions), NIR allows researchers and developers to define a model once and then translate it to run on different backends without having to rewrite the model from scratch for each platform. This decouples the model definition from the hardware- or software-specific implementation details.
38+
By defining a common set of computational primitives (like Leaky-Integrate-and-Fire neurons and convolutions), NIR allows researchers and developers to define a model once and then translate it to run on different backends without having to rewrite the model from scratch for each platform. This decouples the model definition from the hardware or software-specific implementation details.
3939

4040
NIR is designed to be extensible and currently supports a range of popular SNN frameworks and hardware, including:
4141
- **Simulators:** [Lava-DL](/neuromorphic-computing/software/snn-frameworks/lava/), [Nengo](/neuromorphic-computing/software/snn-frameworks/nengo/), [Norse](/neuromorphic-computing/software/snn-frameworks/norse/), [Rockpool](/neuromorphic-computing/software/snn-frameworks/rockpool/), [Sinabs](/neuromorphic-computing/software/snn-frameworks/sinabs/), [snnTorch](/neuromorphic-computing/software/snn-frameworks/snntorch/), [Spyx](/neuromorphic-computing/software/snn-frameworks/spyx/)

0 commit comments

Comments
 (0)