Mercurial > hg > Game > Cerium
view example/flip/task_init.cc @ 1582:046695c73cb0 draft
add min_cpu(), max_cpu() (Who implements these?)
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Sat, 30 Mar 2013 23:34:59 +0900 |
parents | 5c4e3f0d372a |
children | 273de551f726 |
line wrap: on
line source
#include "GpuFunc.h" #include "GpuScheduler.h" void task_init(void) { GpuSchedRegister(Twice, "twice.cl", "twice"); }