diff options
| author | Timothy G Rogers <[email protected]> | 2018-11-01 17:14:09 -0400 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2018-11-01 17:14:09 -0400 |
| commit | 68fb9df6d85479cdbae25a185a81d7ec723b3ac2 (patch) | |
| tree | 68f4048e0f1bf390312184fe21083a8501e0a255 /libopencl/opencl_runtime_api.cc | |
| parent | 1be6f76f5d57bd5dda6f0ca4dae3824f0e55eff9 (diff) | |
| parent | f06a527258b4a6634f8f148536bb86635b058d55 (diff) | |
Merge pull request #30 from abdallm/dev
Dev
Diffstat (limited to 'libopencl/opencl_runtime_api.cc')
| -rw-r--r-- | libopencl/opencl_runtime_api.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libopencl/opencl_runtime_api.cc b/libopencl/opencl_runtime_api.cc index 63f7c81..97a54d8 100644 --- a/libopencl/opencl_runtime_api.cc +++ b/libopencl/opencl_runtime_api.cc @@ -577,7 +577,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"); |
