GitHub user oignatenko opened a pull request:
https://github.com/apache/ignite/pull/3241
IGNITE-7097 performance measurement for SparseDistributedMatrix multiâ¦
â¦plication
- optimised and unoptimised benchmarks, along with respective documentation
- also a common adjustment to matrix mul benchmarks to make these more
sensitive to algorithmic changes
-- verified with diffs overview, clean rebuild, trial execution of the
benchmarks and studying results
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-7097
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/3241.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3241
----
commit be918641730af3738dcc4d8cd608b63ba6088732
Author: Oleg Ignatenko <[email protected]>
Date: 2017-12-15T15:58:43Z
IGNITE-7097 performance measurement for SparseDistributedMatrix
multiplication
- optimised and unoptimised benchmarks, along with respective documentation
- also a common adjustment to matrix mul benchmarks to make these more
sensitive to algorithmic changes
-- verified with diffs overview, clean rebuild, trial execution of the
benchmarks and studying results
----
---