An open API service indexing awesome lists of open source software.

https://github.com/techascent/tech.neanderthal

Neanderthal bindings for the techascent ecosystem.
https://github.com/techascent/tech.neanderthal

Last synced: 11 months ago
JSON representation

Neanderthal bindings for the techascent ecosystem.

Awesome Lists containing this project

README

          

# tech.neanderthal

Neandtheral bindings to the techascent ecosystem.

Currently only zero-copy of neanderthal into tech tensors is supported.
It should be noted, however, that this pathway will also allow zerocopy
into tvm tensors and into numpy objects.

## Usage

#### MKL

Install intel's mkl. Some basic instructions are in the
[tvm-clj documentation](https://github.com/techascent/tvm-clj/#building-the-tvm-java-bindings).

##### Setup library paths to find MKL
```console
# Setup LD_LIBRARY_PATH to point to mkl
source scripts/library-path
```

You should be able to run `lein test`.

## License

Copyright © 2019 Techascent, LLC

This program and the accompanying materials are made available under the
terms of the Eclipse Public License 2.0 which is available at
http://www.eclipse.org/legal/epl-2.0.