Skip to content

SNN WebGPU

GPU-accelerated spiking neural network simulation library for WebGPU.

Overview

@holoscript/snn-webgpu targets higher-throughput neuromorphic simulation workloads using compute shaders and WebGPU execution.

Installation

bash
npm install @holoscript/snn-webgpu

Use When

  • You need higher-scale spiking neural simulation.
  • You are building neuromorphic or AI research features on the GPU.
  • You want a more capable follow-on to proof-of-concept exploration.

Key Capabilities

  • WebGPU compute workflows for neural simulation.
  • Higher-throughput execution than CPU-bound experimentation.
  • Useful for advanced AI or research-focused runtime capabilities.

See Also

Released under the MIT License.