|
Rosetta
|
#include <CL/cl_platform.h>#include <CL/opencl.h>#include <CL/cl.h>#include <map>#include <string>#include <time.h>#include <sys/time.h>#include <stdio.h>#include <apps/pilot/will/gpu/CL_args.hh>Classes | |
| struct | CL |
Functions | |
| std::string | zeromemfunc ("__kernel void CL_HH__AUTO_GEN__zero_mem( __global float* output ) { output[get_global_id(0)] = 0.0f; } ") |
| double | time_highres () |
| float const | native_recip (float const x) |
| uint | get_global_id (int) |
| uint | get_global_size (int) |
| uint | get_local_id (int) |
| uint | get_local_size (int) |
Variables | |
| uint | gid_ |
| uint | lid_ |
| uint | gsz_ |
| uint | lsz_ |
| uint get_global_id | ( | int | ) |
References gid_.
Referenced by refold_first(), refold_second(), and refold_third().
| uint get_global_size | ( | int | ) |
References gsz_.
| uint get_local_id | ( | int | ) |
References lid_.
| uint get_local_size | ( | int | ) |
References lsz_.
|
inline |
References x.
| double time_highres | ( | ) |
References info().
Referenced by CL::CL(), gpu_refold_test(), and gpu_score_test().
| std::string zeromemfunc | ( | "__kernel void CL_HH__AUTO_GEN__zero_mem( __global float* output ) { output[get_global_id(0)] = 0.0f; } " | ) |
Referenced by CL::CL().
| uint gid_ |
Referenced by get_global_id(), and gpu_refold_test().
| uint gsz_ |
Referenced by get_global_size().
| uint lid_ |
Referenced by get_local_id().
| uint lsz_ |
Referenced by get_local_size().