Mercurial > hg > Game > Cerium
view example/fft/gpu/gpu_task_init.cc @ 1704:8e0305989829 draft
run multicore fft
author | Yuhi TOMARI <yuhi@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 08 Oct 2013 02:16:48 +0900 |
parents | f52904f8f03e |
children | d32d5659695a |
line wrap: on
line source
#include "Func.h" #include "GpuScheduler.h" void gpu_task_init(void) { /* GpuSchedRegister(SPIN_FACT, "gpu/spinFact.cl", "spinFact"); GpuSchedRegister(BIT_REVERSE, "gpu/bitReverse.cl", "bitReverse"); GpuSchedRegister(NORMALIZATION, "gpu/norm.cl", "norm"); GpuSchedRegister(BUTTERFLY, "gpu/butterfly.cl", "butterfly"); GpuSchedRegister(TRANSPOSE, "gpu/transpose.cl", "transpose"); GpuSchedRegister(HIGH_PASS_FILTER, "gpu/highPassFilter.cl", "highPassFilter");*/ }