Releases133
Frequency6 days 20 hours
Last Release
Tensor (n-dimensional array) library for F#
Core features:
- n-dimensional arrays (tensors) in host memory or on CUDA GPUs
- element-wise operations (addition, multiplication, absolute value, etc.)
- basic linear algebra operations (dot product, SVD decomposition, matrix inverse, etc.)
- reduction operations (sum, product, average, maximum, arg max, etc.)
- logic operations (comparision, and, or, etc.)
- views, slicing, reshaping, broadcasting (similar to NumPy)
- scatter and gather by indices
- standard functional operations (map, fold, etc.)
Data exchange:
- read/write support for HDF5 (.h5)
- interop with standard F# types (Seq, List, Array, Array2D, Array3D, etc.)
Performance:
- host: SIMD and BLAS accelerated operations
- by default Intel MKL is used (shipped with NuGet package)
- other BLASes (OpenBLAS, vendor-specific) can be selected by configuration option
- CUDA GPU: all operations performed locally on GPU and cuBLAS used for matrix operations
Requirements:
- Linux, MacOS or Windows on x64
- Linux requires libgomp.so.1 installed.
Additional algorithms are provided in the Tensor.Algorithm package.
Subscribe above to receive notifications when new versions are released.
| Version | Date | Stability Stability is determined by the version string and my be inaccurate. | |
|---|---|---|---|
| 0.2.0.63-ci | Unknown | ||
| 0.2.0.62 | Stable | ||
| 0.2.0.61 | Stable | ||
| 0.2.0.60 | Stable | ||
| 0.2.0.59 | Stable | ||
| 0.2.0.57 | Stable | ||
| 0.2.0.56 | Stable | ||
| 0.2.0.55 | Stable | ||
| 0.2.0.54 | Stable | ||
| 0.2.0.53 | Stable | ||
| 0.2.0.52-ci | Unknown | ||
| 0.2.0.51-ci | Unknown | ||
| 0.2.0.50-ci | Unknown | ||
| 0.2.0.49 | Stable | ||
| 0.2.0.48-ci | Unknown | ||
| 0.2.0.46-ci | Unknown | ||
| 0.2.0.45 | Stable | ||
| 0.2.0.44 | Stable | ||
| 0.2.0.43 | Stable | ||
| 0.2.0.42 | Stable | ||
| 0.2.0.41 | Stable | ||
| 0.2.0.40 | Stable | ||
| 0.2.0.39 | Stable | ||
| 0.2.0.38 | Stable | ||
| 0.2.0.37 | Stable |