view TaskManager/test/GpuRunTest/task_init.cc @ 1553:21ddbc06dcde draft

fix GpuScheduler
author Yuhi TOMARI <yuhi@cr.ie.u-ryukyu.ac.jp>
date Sun, 17 Feb 2013 19:42:36 +0900
parents 9ccfdc408d51
children
line wrap: on
line source

#include "GpuFunc.h"
#include "GpuScheduler.h"

void
task_init(void) {
    GpuSchedRegister(Twice, "twice.cl", "twice");
}