view TaskManager/test/GpuRunTest/gpu/gpu_task_init.cc @ 1717:5d68a55d5561 draft

fix profile
author Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
date Tue, 15 Oct 2013 17:29:37 +0900
parents 0d25364759e0
children
line wrap: on
line source

#include "Func.h"
#include "GpuScheduler.h"

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