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