-
Notifications
You must be signed in to change notification settings - Fork 69
Home
Roman edited this page Jun 2, 2020
·
31 revisions
Welcome to the Fastor wiki. Please explore the following pages for the documentation:
- Getting started
- Tensor construction and initialisation
- Element access and indexing
- Interfacing with C arrays and other external data
- Element-wise unary operations
- Element-wise binary operations
- Tensor views (sub-tensors): slicing and broadcasting of Fastor tensors
- Linear algebra functions
- Using the LIBXSMM/MKL JIT backend
- Tensor contraction (einsum, permutation, ...)
- Numeric functions
- Pitfalls & Gotchas
- Benchmarks