forked from ValeevGroup/BTAS
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Naoki Nakatani edited this page Nov 28, 2013
·
2 revisions
Welcome to the BTAS wiki!
Provides public tensor class concepts and its reference implementations
FEATURES:
- Supported both variable-rank tensor (Tensor) and fixed-rank tensor (TArray)
- Provided tensor traits
- generic C++ implementation of BLAS (currently, only axpy and gemm as a test)
TODO:
- Fix
NDIteratordesign to be more user-friendly - Permutation
- Slicing
- Reshaping i.e. change rank of tensor in which data is preserved
- Tie or index trace
- BLAS functionality
- Row-major/Col-major option in BLAS or Tensor?
- Index object, fix syntax
- Contraction function
- Operator overloading
- Sparse tensor and more...