1
I Use This!
Inactive

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 17 hours ago.
Apr 29, 2023 — Apr 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
add incremental training code More... almost 6 years ago
refine should_observe More... almost 6 years ago
performance_model update More... almost 6 years ago
Further improvement on model facility functions More... almost 6 years ago
Improved model More... almost 6 years ago
address an uninitialized warning and change from read_local to ge_local in fast_sym More... almost 6 years ago
turn off 3.4 More... almost 6 years ago
remove assert to make clang compiler happy More... almost 6 years ago
got rid of printfs in previous commit and got everything working by some minor fixes. test_base contained a faulty test for take it seems, which caused confusion More... almost 6 years ago
got la working, but now somehow base_Test is broken More... almost 6 years ago
correction to 3D Poisson problem setup in alg multigrid and introduced REAL macro More... almost 6 years ago
added tests for svd and proper python testing for SVD/QR. Got all four types working. Fixed bug regarding propagation of scaling factor in multiterm contractions More... almost 6 years ago
corrected minor bugs to get python tests working again More... almost 6 years ago
got all C++ tests and examples working with new conventions, corrected minor bugs More... almost 6 years ago
introduce get_local_data and get_local_pairs and use them everywhere instead of read_local and read_local_nnz, which require freeing created buffer, while now it is better to delete []. Keeping latter around for backwards compatibility. More... almost 6 years ago
Merge remote-tracking branch 'origin/qr' into block_sparse More... almost 6 years ago
Merge remote-tracking branch 'origin/fix_apple_clang_build' into block_sparse More... almost 6 years ago
correct block sparse example, add test, now works correctly in parallel More... almost 6 years ago
switch dealloc to pair_dealloc in a few places More... almost 6 years ago
introduce init_shell which implies the requirement that any dtype must have a default constructor that does not allocate other memory / can be redestructed. Switched from memcpy to object-based copy in various places. block_sparse example now runs without error sequentially. More... almost 6 years ago
fix memory leak involving redistributed sparse tensors, which seems to also be present in master More... almost 6 years ago
add init function to monoid also, which is necessary for proper initialization, now correctness is ok, but still some leaks More... almost 6 years ago
Automatically add -stdlib=libc++ -mmacosx-version-min=10.7 for APPLE CLANG to setup.py flags (fixes #49) More... almost 6 years ago
acctually disable rpath for apple clang More... almost 6 years ago
include other LIBS when attemptign to link to -lblas (#43) More... almost 6 years ago
Merge ../ctf-master into fix_apple_clang_build More... almost 6 years ago
add support for automatically removing bdynamic,bstatic, and rpath during build for appl clang (#49) More... almost 6 years ago
work on eliminating errors / memory corruptions / and uninitialized accesses for parallel execution with object types. Still not fully functional More... almost 6 years ago
corrections to previous commit, working toward eliminating /investingating uninitialized variables with special types More... almost 6 years ago
provide templated implementation of set(_pair) and fix some memory leaks More... almost 6 years ago