/slime

A prototype sparse linear algebra accelerator

Primary LanguagePythonApache License 2.0Apache-2.0

SLIME


Kevin Kiningham

Build Instructions

Slime uses Bazel as it's build system. If you do not already have Bazel installed, follow the installation instructions.

Slime is typically used as a Python library. You will need the following python libraries installed

pip install numpy hypothesis

Next, to build the python bindings, run

bazel build //slime/...

Testing

Run all tests

bazel test //slime/...