Mercurial > hg > Game > Cerium
view example/Miller_Rabin/spe/spe-main.cc @ 1716:c12df61ded45 draft
fix gpu profile. not work yet
author | Yuhi TOMARI <yuhi@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 15 Oct 2013 17:21:10 +0900 |
parents | 9d37fa6bc1da |
children |
line wrap: on
line source
#include "Func.h" #include "Scheduler.h" SchedExternTask(Prime); SchedExternTask(PrintTask); void task_init(Scheduler *s) { SchedRegister(Prime); SchedRegister(PrintTask); }