Mercurial > hg > Game > Cerium
comparison TaskManager/ChangeLog @ 1825:82c2b9eec625 draft
remove error and warning fileread(but cannot running)
author | Masataka Kohagura <e085726@ie.u-ryukyu.ac.jp> |
---|---|
date | Sat, 14 Dec 2013 20:04:04 +0900 |
parents | 016746241fc7 |
children | 44fa0f1320a9 |
comparison
equal
deleted
inserted
replaced
1824:016746241fc7 | 1825:82c2b9eec625 |
---|---|
1 2013-12-14 Masataka Kohagura <kohagura@ie.u-ryukyu.ac.jp> | 1 2013-12-14 Masataka Kohagura <kohagura@cr.ie.u-ryukyu.ac.jp> |
2 | 2 |
3 fileを分割してmap reduce を行うAPIを作成する。 | 3 fileを分割してmap reduce を行うAPIを作成する。 |
4 mapreduce(const char *filename , long division_size, int task_blocks, | 4 mapreduce(const char *filename , long division_size, int task_blocks, |
5 int map_cmd, int reduce_cmd, long size_param); | 5 int map_cmd, int reduce_cmd, long size_param); |
6 | 6 |
7 2013-12-12 Shohei KOKUBO <kokubo@ie.u-ryukyu.ac.jp> | 7 2013-12-12 Shohei KOKUBO <kokubo@ie.u-ryukyu.ac.jp> |
8 | 8 |
9 現在の GpuScheduler の pipeline 実行は2並列(cur=0,1) | 9 現在の GpuScheduler の pipeline 実行は2並列(cur=0,1) |
10 これをn個に拡張する | 10 これをn個に拡張する |