@@ -14,7 +14,7 @@ The GPU implementation can accept input from either CPU or GPU memory. On a serv
...
@@ -14,7 +14,7 @@ The GPU implementation can accept input from either CPU or GPU memory. On a serv
## Building
## Building
The library is mostly implemented in C++, with optional GPU support provided via CUDA, and an optional Python interface. The CPU version requires a BLAS library. It compiles with a Makefile and can be packaged in a docker image. See [INSTALL](INSTALL) for details.
The library is mostly implemented in C++, with optional GPU support provided via CUDA, and an optional Python interface. The CPU version requires a BLAS library. It compiles with a Makefile and can be packaged in a docker image. See [INSTALL.md](INSTALL.md) for details.