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.89-ci | Unknown | ||
| 0.2.0.88-ci | Unknown | ||
| 0.2.0.87-ci | Unknown | ||
| 0.2.0.86-ci | Unknown | ||
| 0.2.0.85-ci | Unknown | ||
| 0.2.0.84-ci | Unknown | ||
| 0.2.0.83-ci | Unknown | ||
| 0.2.0.82 | Stable | ||
| 0.2.0.81-ci | Unknown | ||
| 0.2.0.80-ci | Unknown | ||
| 0.2.0.79-ci | Unknown | ||
| 0.2.0.77-ci | Unknown | ||
| 0.2.0.76-ci | Unknown | ||
| 0.2.0.75 | Stable | ||
| 0.2.0.74-ci | Unknown | ||
| 0.2.0.73 | Stable | ||
| 0.2.0.72 | Stable | ||
| 0.2.0.71 | Stable | ||
| 0.2.0.70 | Stable | ||
| 0.2.0.69 | Stable | ||
| 0.2.0.68 | Stable | ||
| 0.2.0.67 | Stable | ||
| 0.2.0.66-ci | Unknown | ||
| 0.2.0.65-ci | Unknown | ||
| 0.2.0.64-ci | Unknown |