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.4.11-symtensor-core-242 | Unknown | ||
| 0.4.11-symtensor-core-241 | Unknown | ||
| 0.4.11-symtensor-core-240 | Unknown | ||
| 0.4.11-symtensor-core-239 | Unknown | ||
| 0.4.11-symtensor-core-238 | Unknown | ||
| 0.4.11-symtensor-core-237 | Unknown | ||
| 0.4.11-symtensor-core-236 | Unknown | ||
| 0.4.11-symtensor-core-235 | Unknown | ||
| 0.4.11-symtensor-core-234 | Unknown | ||
| 0.4.11-symtensor-core-231 | Unknown | ||
| 0.4.11-symtensor-core-230 | Unknown | ||
| 0.4.11-symtensor-core-229 | Unknown | ||
| 0.4.11-symtensor-core-228 | Unknown | ||
| 0.4.11-symtensor-core-227 | Unknown | ||
| 0.4.11-symtensor-core-226 | Unknown | ||
| 0.4.11-symtensor-core-225 | Unknown | ||
| 0.4.11 | Stable | ||
| 0.4.11-develop-216 | Development | ||
| 0.4.10-develop-213 | Development | ||
| 0.4.10-develop-212 | Development | ||
| 0.4.10-develop-211 | Development | ||
| 0.3.0.712-master | Unknown | ||
| 0.3.0.711-master | Unknown | ||
| 0.3.0.710-master | Unknown | ||
| 0.3.0.709-master | Unknown |