Mercurial > hg > Game > Cerium
changeset 1705:eba3664eacbe draft
run multicore multiply
author | Yuhi TOMARI <yuhi@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 08 Oct 2013 02:28:49 +0900 |
parents | 8e0305989829 |
children | 83e36a0a08ef |
files | example/multiply/gpu/gpu_task_init.cc |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/example/multiply/gpu/gpu_task_init.cc Tue Oct 08 02:16:48 2013 +0900 +++ b/example/multiply/gpu/gpu_task_init.cc Tue Oct 08 02:28:49 2013 +0900 @@ -12,5 +12,5 @@ void gpu_task_init(void) { - GpuSchedRegister(MULTIPLY_TASK, "gpu/Multi.cl","multi"); + //GpuSchedRegister(MULTIPLY_TASK, "gpu/Multi.cl","multi"); }