ibm/aihwkit

IBM Analog Hardware Acceleration Kit

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 23 minutes ago
Added to GitGenius on August 16th, 2026
Created on September 17th, 2020
Open Issues & Pull Requests: 5 (+0)
GitHub issues: Enabled
Number of forks: 191
Total Stargazers: 499 (+0)
Total Subscribers: 21 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 3.8 days
Mean response time: 83.4 days
90th percentile: 44.1 days
Tracked items: 40

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 5% of issues opened in the past year have been closed. Three people close 78% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 1
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 297 days
Stale 30+ days: 1
Stale 90+ days: 0

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (17)
  • enhancement (8)
  • build (4)
  • good first issue (4)
  • documentation (3)
  • Mend: configuration error (1)
  • help wanted (1)
  • qa (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

IBM Analog Hardware Acceleration Kit is a Python toolkit for simulating and training neural networks on analog in-memory computing devices.

The toolkit addresses the challenge of developing machine learning models that can run efficiently on analog hardware by providing both a PyTorch integration layer and a high-performance analog device simulator. The PyTorch components include analog neural network modules such as fully connected and convolutional layers, along with training and inference workflows that account for hardware non-idealities. The simulator, which supports CUDA acceleration, models a wide range of analog devices and crossbar configurations with adjustable parameters, including forward pass noise, device variations, and stochastic update behavior. A key capability is hardware-aware training, which incorporates realistic device noise and non-idealities into the forward pass during training to make models more robust when deployed on actual analog hardware.

The toolkit is suited for researchers and practitioners exploring in-memory computing for AI workloads who want to prototype and validate designs before hardware deployment. It provides device presets calibrated to real hardware measurements, including a statistical model of phase-change memory arrays, which helps bridge the gap between simulation and physical devices. The toolkit also includes high-level experiment modules for common use cases like neural network training with minimal code overhead, and can automatically convert pre-trained models to their analog equivalents by replacing standard layers with analog counterparts.

The project receives issue and pull request responses within one to two weeks. Work in the issue tracker centers on bug fixes, enhancements, and build-related tasks.