kmath/kmath-noa/README.md
2021-07-11 19:01:50 +01:00

27 lines
931 B
Markdown

# Module kmath-noa
A Bayesian computation library over
[NOA](https://github.com/grinisrit/noa.git)
together with relevant functionality from
[LibTorch](https://pytorch.org/cppdocs).
Our aim is to cover a wide set of applications from particle physics
simulations to deep learning. In fact, we support any
differentiable program written on top of
`AutoGrad` & `ATen`.
## Installation
Currently, to build native artifacts, we support only
the [GNU](https://gcc.gnu.org/) toolchain. For `GPU` kernels, we require a compatible
[CUDA](https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html)
installation. If you are on Windows, we recommend setting up
everything on [WSL](https://docs.nvidia.com/cuda/wsl-user-guide/index.html).
To install the library, simply publish the modules `kmath-tensors`
and `kmath-noa` locally:
```
./gradlew -q :kmath-tensors:publishToMavenLocal :kmath-noa:publishToMavenLocal
```