diff options
| author | Ahmed ElTantawy <[email protected]> | 2016-05-15 08:08:54 -0700 |
|---|---|---|
| committer | Ahmed ElTantawy <[email protected]> | 2016-05-15 08:08:54 -0700 |
| commit | 7dae3f76faa2742587a07ca01d87a55fab5598bb (patch) | |
| tree | d2158d7ff1ac6b30d7c89cfbc67f471fb821c142 /libopencl/opencl_runtime_api.cc | |
| parent | eafd8c0f7d4235b922e4ca8c8bb92ea5628d8011 (diff) | |
updating CHANGES
Diffstat (limited to 'libopencl/opencl_runtime_api.cc')
| -rw-r--r-- | libopencl/opencl_runtime_api.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libopencl/opencl_runtime_api.cc b/libopencl/opencl_runtime_api.cc index 9da895d..020384f 100644 --- a/libopencl/opencl_runtime_api.cc +++ b/libopencl/opencl_runtime_api.cc @@ -268,7 +268,7 @@ cl_int _cl_kernel::bind_args( gpgpu_ptx_sim_arg_list_t &arg_list ) if( i->first != k ) return CL_INVALID_KERNEL_ARGS; arg_info arg = i->second; - gpgpu_ptx_sim_arg param( arg.m_arg_value, arg.m_arg_size, 0 ); + gpgpu_ptx_sim_arg param( arg.m_arg_value, arg.m_arg_size, 0); arg_list.push_front( param ); k++; } @@ -575,7 +575,7 @@ void _cl_program::Build(const char *options) } info.m_asm = tmp; info.m_symtab = gpgpu_ptx_sim_load_ptx_from_string( tmp, source_num ); - gpgpu_ptxinfo_load_from_string( tmp, source_num ); + gpgpu_ptxinfo_load_from_string( tmp, source_num); free(tmp); } printf("GPGPU-Sim OpenCL API: finished compiling OpenCL kernels.\n"); |
