Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(827)

Issue 4438041: code review 4438041: test/bench: parallel matrix multiplication benchmark (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 4 months ago by dvyukov
Modified:
14 years, 2 months ago
Reviewers:
rsc1, peterGo, r2, golang-dev
CC:
golang-dev
Visibility:
Public.

Description

test/bench: parallel matrix multiplication benchmark Includes naive version, recursive version, parallel recursive version that uses channels for synchronization, and parallel recursive version that uses shared mem for synchronization (racy). Stresses scheduler, channels and GC.

Patch Set 1 #

Patch Set 2 : diff -r 478e59aa1682 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+265 lines, -0 lines) Patch
A test/bench/matmult.go View 1 1 chunk +242 lines, -0 lines 0 comments Download
M test/bench/timing.sh View 1 1 chunk +23 lines, -0 lines 0 comments Download

Messages

Total messages: 7
dvyukov
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
14 years, 4 months ago (2011-04-15 10:07:39 UTC) #1
r2
That directory contains only responses to the "computer language benchmarks game". I'm not sure I ...
14 years, 4 months ago (2011-04-15 15:19:33 UTC) #2
dvyukov
On 2011/04/15 15:19:33, r2 wrote: > That directory contains only responses to the "computer language ...
14 years, 4 months ago (2011-04-17 08:50:17 UTC) #3
peterGo
On 2011/04/17 08:50:17, dvyukov wrote: Dmitriy, > What is "next weekly"? Changes to the Release ...
14 years, 4 months ago (2011-04-17 12:04:23 UTC) #4
rsc1
> What is "next weekly"? What should I do? Move it to another folder? I ...
14 years, 4 months ago (2011-04-17 14:28:31 UTC) #5
dvyukov
Peter, Russ, Thank you. So, I will put it into /src/pkg/runtime, and adopt it for ...
14 years, 4 months ago (2011-04-18 06:11:18 UTC) #6
dvyukov
14 years, 2 months ago (2011-06-28 10:19:36 UTC) #7
*** Abandoned ***
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b