view example/HelloWorld/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 47ca99c5cf84
children
line wrap: on
line source

#include "Func.h"
#include "Scheduler.h"

SchedExternTask(Hello);

/**
 * この関数は SpeScheduler から呼ばれるので
 * 必ずこの関数名でお願いします。
 */
void
task_init(Scheduler *s)
{
    SchedRegister(Hello);
}