• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

under-Peter / OMEinsum.jl / 49
93%

Build:
DEFAULT BRANCH: master
Ran 27 May 2019 06:43PM UTC
Jobs 4
Files 2
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
49

push

travis-ci-com

GiggleLiu
WIP Exp space  (#10)

* Implement exponential-space einsum

Implementation based on broadcasting * and summing over contracted 
dimensions. Can't take traces or diagonals but allows contractions and 
star-contractions.

* Remove isnothing since it's not in 1.0

* Add test for permutation

* Sum over all indices that don't appear in output

This way we can also take column sums.

* Return 0-size result before attempting permutation

* Add and clean up tests

* Move einsum into its own file

* Add inplace version of einsum

* Add type signatures to catch errors early

* Modify return to ensure out is returned and updated

* Draft a benchmark-file

Benchmarks everything from the possible features with naive julia 
implementations. Just to set the structure that all 
branches/implementations should use to compare performance. While 
comparison between commits/branches should be easy, within is less 
trivial - e.g. comparing "Float64" with "Float32" across all operations 
doesn't work by judge-ing SUITE[@tagged ...].

* Fix diag-function in benchmark

* Fix batchmultiplication function

* Fix benchmarks

Assign each function a unique name to avoid calling the wrong function 
with foo (as before) s.t. the whole thing runs smoothly.

* Ignore .json files

* Add larger input to mydiag

* Remove ampersand from benchmark-name to avoid special chars

* Move code to preallocate output-tensor in its own function

* Implement diag/trace/ptrace via diag & lone-index reduction

* Remove isnothing for 1.0 compatibility

* Load package in benchmarks

* Remove dependency duplicate

* Implement backwards of diagonals/traces etc. with expandall!

* Fix general expanding einsums

* Allow Non-Integer labels (e.g. chars)

* Loosen restriction on input-array to AbstractArray

* Remove unused argument from diagonal(s)

* Add docstrings

* Minor style-changes

* Split tests into files for each testest

77 of 79 relevant lines covered (97.47%)

142.71 hits per line

Jobs
ID Job ID Ran Files Coverage
1 49.1 27 May 2019 06:44PM UTC 0
96.34
Travis Job 49.1
2 49.2 27 May 2019 06:45PM UTC 0
96.34
Travis Job 49.2
3 49.3 27 May 2019 06:44PM UTC 0
97.83
Travis Job 49.3
4 49.4 27 May 2019 06:45PM UTC 0
97.83
Travis Job 49.4
Source Files on build 49
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #49
  • 357a8c27 on github
  • Prev Build on master (#29)
  • Next Build on master (#57)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc