comparison src/parallel_execution/Todo @ 175:00107b452a04

add Todo
author mir3636
date Mon, 28 Nov 2016 17:49:08 +0900
parents
children 8d2519c3a36e
comparison
equal deleted inserted replaced
174:f9ed0b8f7132 175:00107b452a04
1 Mon Nov 28 17:39:39 JST 2016
2
3 Task,TaskManager,Workerのインターフェースの実装を作成する
4 Taskを一旦Treeに入れずに直接Queueに入れる
5
6 Task
7 CodeGen
8 DataSeg
9 DataSeg
10 DataSeg
11 idsCount
12
13 TaskManager
14 createWorker
15 spawn (any,cpu,GPU)
16 taskSend
17 activeQueue
18 shutdown
19 deadlockDetectid
20
21 SynchronizedQueue * Workerの数だけ
22
23 Worker
24 execute
25 taskRecive
26 shutdown