- 26 Aug, 2015 1 commit
-
-
Edgar Solomonik authored
Renamed Accumulator->Transform, since Accumulator does not make so much sense for Endomorphism
-
- 19 Aug, 2015 2 commits
-
-
Edgar Solomonik authored
-
Edgar Solomonik authored
implemented sequential dense=sparse*dense contraction kernel and allowed contraction algorithms to be constructed using it. Added spmv benchmark which now works sequentially. Both sequential key permutation kernels and logic, as well as sparse distributed communication still needs to be implemented to get dense=sparse*dense working in parallel.
-
- 03 Aug, 2015 1 commit
-
-
Edgar Solomonik authored
Added tests for sparse univariate custom function that performs integration of a sparse matrix of forces based on a cutoff. It reveals limitations in the current sparse summation implementation.
-
- 31 Jul, 2015 1 commit
-
-
Edgar Solomonik authored
Got univariate functions working, added some two tests for them, including force integration. Added a function to compute the additive inverse of a tensor to be used for groups, as the normal infrastructure cannot currently handle this case, since it uses the notion of an inverse of the multiplicative identity
-
- 30 Jul, 2015 1 commit
-
-
Edgar Solomonik authored
Wrote sparse scale, added tests for endomorphism, including for custom defined types. Had to fix a number of bugs in algebraic structures in the process. Endomorphism now works with custom functions on dense and sparse tensors. Also updated the dependencies in src/*/Makefile.
-
- 29 Jul, 2015 2 commits
-
-
Edgar Solomonik authored
Fixes to custom elementwise functions. Partially completed work on an expression based interface for them. Added endomorphism test.
-
Edgar Solomonik authored
Corrections to sparse summations to make it work when data needs to be replicated and to make it faster when it is reduced. Also a new test, speye.cxx for sparse replicate/reduce/diagonal that creates a sparse identity tensor
-
- 28 Jul, 2015 1 commit
-
-
Edgar Solomonik authored
Implemented sparse summation, added sparse tensor constructor to the interface, and added a simple sparse sum test which seems to be working
-
- 27 Jun, 2015 1 commit
-
-
solomon authored
Implemented --build-dir option making it possible to have multiple external builds configured differently sharing the same source
-
- 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.
-
- 08 Apr, 2015 1 commit
-
-
Edgar Solomonik authored
-
- 06 Apr, 2015 1 commit
-
-
Edgar Solomonik authored
-
- 27 Mar, 2015 2 commits
-
-
Edgar Solomonik authored
-
solomon authored
-
- 24 Mar, 2015 1 commit
-
-
Edgar Solomonik authored
-
- 23 Mar, 2015 3 commits
-
-
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
-
Edgar Solomonik authored
-
Edgar Solomonik authored
-
- 22 Mar, 2015 2 commits
- 16 May, 2014 1 commit
-
-
solomon authored
Started writing interface for semirings, which tries to expose type-templated semirings, but type-free tensors (on typed rings) by autocasting templated semirings into (char *)-based semirings, pretty wild, but the point is to have an elegant typed interface without instatiating everything for every type defined by the user.
-
- 15 May, 2014 1 commit
-
-
solomon authored
Made MPI_Comm_split happen on-demand rather than at start-up for all the torus topologies. Added MPI_Finalized(..) check to make sure that CTF exits gracefully (without freeing the main comm) if a user calls MPI_Finalize() before destroying a CTF_World
-
- 14 May, 2014 1 commit
-
-
solomon authored
Reorganized examples folder into tests/benchmarks/studies/examples and added configure mechanism adapted from Aquarius and NuLAB
-
- 14 Feb, 2014 1 commit
-
-
Edgar Solomonik authored
-
- 24 Dec, 2013 1 commit
-
-
Edgar Solomonik authored
-
- 10 Oct, 2013 2 commits
-
-
Edgar Solomonik authored
-
Edgar Solomonik authored
makefile
-
- 16 Jul, 2013 1 commit
-
-
solomon authored
-
- 10 Jul, 2013 3 commits
-
-
Edgar Solomonik authored
available memory for now.
-
Edgar Solomonik authored
-
Edgar Solomonik authored
-
- 20 Apr, 2013 1 commit
-
-
Edgar Solomonik authored
-
- 08 Apr, 2013 1 commit
-
-
Edgar Solomonik authored
-
- 07 Apr, 2013 1 commit
-
-
Edgar Solomonik authored
Cleaned up build system, now make should work immediately on linux, etc. Deprecated some unushed tests and code.
-
- 12 Mar, 2013 1 commit
-
-
Edgar Solomonik authored
as Devin's interface.
-
- 16 Feb, 2013 1 commit
-
-
Edgar Solomonik authored
Added a new interface which is not fully complete nor tested
-