Skip to content

Cyclops Tensor Framework: distributed-memory tensor algebra

License

Notifications You must be signed in to change notification settings

januseriksen/ctf

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

611 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A distributed memory library for efficient decomposition of tensors of arbitrary type and parallel MPI+OpenMP execution of tensor contractions/functions.

Full documentation is available at

http://ctf.cs.berkeley.edu

Basic build process: ./configure; make;

Basic test process: sequential: 'make test', parallel: 'make test2'

About

Cyclops Tensor Framework: distributed-memory tensor algebra

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • C++ 98.2%
  • Other 1.8%