comparison TaskManager/Gpu/GpuScheduler.h @ 1471:e8db2e2d426c draft

fix not working yet.
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sun, 15 Jul 2012 19:25:28 +0900
parents e8ff87511f46
children beda5f2f88ce
comparison
equal deleted inserted replaced
1470:16731fa768de 1471:e8db2e2d426c
10 #include <CL/cl.h> 10 #include <CL/cl.h>
11 #endif 11 #endif
12 12
13 class GpuScheduler : public Scheduler { 13 class GpuScheduler : public Scheduler {
14 public: 14 public:
15 GpuScheduler();
16
15 void init_impl(int useRefDma); 17 void init_impl(int useRefDma);
16 void run(); 18 void run();
17 19
18 void mail_write_from_host(memaddr data) { 20 void mail_write_from_host(memaddr data) {
19 fifoDmaManager->mail_write_from_host(data); 21 fifoDmaManager->mail_write_from_host(data);