Tags give the ability to mark specific points in history as being important
-
v1.2.0
c9da1885 · ·Correct set() to scalar function for tensors, added appropriate test to scalar.cxx, and also fixed a new bug in tensor print()
-
v1.1.0
8ea1a6e3 · ·Version 1.1: GPU support added, non-redistributed mappings explicitly considered, performance models improved, miscellanous bugs fixed
-
v1.0.0
edd97bde · ·First release of Cyclops Tensor Framework (CTF). Tensors up to 6D (CCSDT) tested on icc, gcc, and xlc. CTF instantiated for double and complex<double>.
-
-
v1.35
b8d08a65 · ·Corrected bug in internal memory accounting, fixes crashes after extended runs that leverage certain kernels.
-
-
v1.33
bae3a59a · ·v1.33 minor changes with respect to previous, improvements to sequential performance by avoiding extra copy
-
-
v1.31
80828cdb · ·Version 1.31 New features/updates: 1. Renewed support for CUDA-based offloading 2. New macro -DTUNE, activates model tuning, which adjusts performance model parameters. A benchmark aimed to execute a characteristic training set is included in bench/model_trainer and can be used to tune models for any architecture. Output at the end of the benchmark should be pasted into src/shared/init_models.cxx. It is not advisable to always run with -DTUNE on. Current parameters are based on a 16 node Edison runs with 4 processes per node and should be reasonable in most settings. Cubic polynomial model also available, but not used due to inferior observed modelling quality. 3. Added a mapping search that exhaustively tries all possible mappings. As no effective benefit was observed from this expanded search space and the search itself slowed time down for low-cost contractions (e.g. in CCSDT), this mapping search is only done when the time estimated by the old scheme is longer than 1 second. 4. Fixed up configure file and generated config.mk file to be more effective and better documented.
-
-
-
v1.22
029cb8a6 · ·Latest stable version, with performance improvements. Slight bug fixes and changes to interface made and as a result tag was moved up from previous commit, performance should not change.
-
-
-
v1.1
8ea1a6e3 · ·Version 1.1: GPU support added, non-redistributed mappings explicitly considered, performance models improved, miscellanous bugs fixed
-
v1.0
edd97bde · ·First release of Cyclops Tensor Framework (CTF). Tensors up to 6D (CCSDT) tested on icc, gcc, and xlc. CTF instantiated for double and complex<double>.