Mercurial > hg > Game > Cerium
diff 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 diff
--- a/TaskManager/test/GpuRunTest/gpu/gpu_task_init.cc Tue Oct 15 17:21:10 2013 +0900 +++ b/TaskManager/test/GpuRunTest/gpu/gpu_task_init.cc Tue Oct 15 17:29:37 2013 +0900 @@ -3,5 +3,5 @@ void gpu_task_init(void) { - GpuSchedRegister(Twice, "gpu/twice.cl", "twice"); + GpuSchedRegister(Twice, "twice.cl", "twice"); }