Git Product home page Git Product logo

xbarax's Introduction

xbarax

A simple Jax and XLA interface for memristive crossbar arrays.

First steps

Clone the repository, install the requirements and compile the interface. You might want to create a virtual environment first.

git clone [email protected]:PGI15/xbarax.git
pip install -r xbarax/requirements.txt
cd xbarax/xbarax/xla_crossbar_interface_singleBuf/
gcc -shared -fPIC -o libfuncs.so xla_interface.c user_implementation.h

And then run any of the examples in the examples folder:

  • first_steps.py demonstrates how to use the MemrsitiveCrossbarArray class
  • jaxpr_comparison.py compares the jaxpr generated by standard jax/numpy arrays and the MemrsitiveCrossbarArray
  • train_mnist.py trains the mnist dataset with a MLP where the last weight is replaced by the crossbar array
  • snn_fc_jax_pure_crossbar.ipynb integrates the crossbar array into a spiking neural network

Note, the examples might need additional requirements specified in additional_requirements_examples.txt.

Interfacing your own crossbar array

Simply reimplement the functions

  • user_implementation_mul for matrix multiplication
  • user_implementation_add for adding values to the crossbar conductances
  • user_implementation_write for writing an array of values to the crossbar array

by calling your own functions that executes the operations on the crossbar array within. Recompile the code using gcc -shared -fPIC -o libfuncs.so xla_interface.c user_implementation.h and you should be able to use your crossbar via the MemristiveCrossbarArray class in your own jax usecases (e.g. the example scripts).

Development

We will keep updating the package for it to work with the latest jax version and we will improve documentation.

Citation

xbarax's People

Contributors

jrfinkbeiner avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.