Skip to content
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 NDIterator design 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...

Clone this wiki locally