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.
- Host: GitHub
- URL: https://github.com/techascent/tech.neanderthal
- Owner: techascent
- License: epl-2.0
- Created: 2019-10-22T16:02:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-10T21:23:30.000Z (over 6 years ago)
- Last Synced: 2025-06-14T15:05:19.904Z (about 1 year ago)
- Language: Clojure
- Size: 8.79 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.