- 09 Jul, 2015 1 commit
-
-
Edgar Solomonik authored
Fixed bug with DPROFILE appearing in a header as pointed out by Evgeny and Khaled, also removed all other ifdefs from header files included externally
-
- 24 Jun, 2015 1 commit
-
-
Edgar Solomonik authored
-
- 17 Jun, 2015 1 commit
-
-
Edgar Solomonik authored
-
- 20 May, 2015 1 commit
-
-
Edgar Solomonik authored
1. Added capability (via constructor) to repack tensor data into a different packed symmetric layout without doing the normal symmetrization permutations that happen during sum 2. Fixed bug associated with C["ij"]=A["ij"]*B["ijkl"] where C and A are SY and B is fully NS. 3. Getting (2) to work in parallel required resolving a bug associated with desymmetrization (in the two unfold_broken_Sym functions), which were changing symmetry without changing sym_table, and as a result yielding extra mapping restrictions. The bug fix to (3) might improve performance generally.
-
- 15 May, 2015 1 commit
-
-
Edgar Solomonik authored
-
- 07 May, 2015 1 commit
-
-
solomon authored
-
- 06 May, 2015 1 commit
-
-
Edgar Solomonik authored
corrected support for user-defined types. Changed conversions from Pair<dtype> to char* to be alignment safe
-
- 25 Apr, 2015 1 commit
-
-
solomon authored
-
- 23 Apr, 2015 1 commit
-
-
Edgar Solomonik authored
Made redistribution benchmark do corrrectness checking and output all data into files for each kernel
-
- 12 Apr, 2015 2 commits
- 08 Apr, 2015 1 commit
-
-
Edgar Solomonik authored
-
- 25 Mar, 2015 1 commit
-
-
Edgar Solomonik authored
Added permutations of physical topology to topovec. Fixed bug in peel_torus. Got bench_redistribution running
-
- 24 Mar, 2015 1 commit
-
-
Edgar Solomonik authored
-
- 23 Mar, 2015 1 commit
-
-
Edgar Solomonik authored
Renived sym3, which only makes sense when without sym sum, updated from v1.0 interface to namespace interface in examples/tests/studies, got fast algorithms working
-
- 22 Mar, 2015 1 commit
-
-
solomon authored
-
- 18 Mar, 2015 1 commit
-
-
Edgar Solomonik authored
-
- 17 Mar, 2015 3 commits
-
-
Edgar Solomonik authored
-
Edgar Solomonik authored
-
Edgar Solomonik authored
-
- 13 Mar, 2015 1 commit
-
-
Edgar Solomonik authored
-
- 11 Mar, 2015 1 commit
-
-
Edgar Solomonik authored
-
- 09 Mar, 2015 2 commits
-
-
solomon authored
-
Edgar Solomonik authored
-
- 06 Mar, 2015 2 commits
-
-
Edgar Solomonik authored
-
Edgar Solomonik authored
-
- 05 Mar, 2015 1 commit
-
-
Edgar Solomonik authored
-
- 03 Mar, 2015 2 commits
-
-
Edgar Solomonik authored
-
Edgar Solomonik authored
-
- 01 Mar, 2015 1 commit
-
-
solomon authored
-
- 26 Feb, 2015 1 commit
-
-
Edgar Solomonik authored
-
- 25 Feb, 2015 1 commit
-
-
Edgar Solomonik authored
-
- 24 Feb, 2015 2 commits
-
-
Edgar Solomonik authored
-
Edgar Solomonik authored
-
- 23 Feb, 2015 1 commit
-
-
Edgar Solomonik authored
-
- 19 Feb, 2015 1 commit
-
-
solomon authored
-
- 17 Feb, 2015 1 commit
-
-
solomon authored
Made algstrct a pointer everywhere, since C++ does not understand how to copy constructor derived types. Got rid of algstrctcpy and some commented out old code
-
- 10 Feb, 2015 2 commits
-
-
Edgar Solomonik authored
updated interface set/group/monoid/semiring/ring to not instantiate functions via function pointers passed as function parameters
-
Edgar Solomonik authored
partial work on group/monoid, deleting function pointer usage as done up to this point after this commit, because it is not instantiatable
-
- 03 Feb, 2015 1 commit
-
-
Edgar Solomonik authored
-