summaryrefslogtreecommitdiff
path: root/libopencl
diff options
context:
space:
mode:
authorMahmoud <[email protected]>2018-10-16 17:21:13 -0400
committerMahmoud <[email protected]>2018-10-16 17:21:13 -0400
commitb8db00c3d8cfddb37a96b9cf2f308a67db4d319d (patch)
tree4abf17acab64630f3a099d82e0cd8250c54d7b5f /libopencl
parent0ef9dd933747c118b023ff7a3ee6b054a19eaacf (diff)
parent74c939d205c0eff341f80f5867183dfa3e70c114 (diff)
Merge branch 'dev-purdue-integration' of https://github.rcac.purdue.edu/TimRogersGroup/gpgpu-sim_distribution into dev-purdue-integration
Diffstat (limited to 'libopencl')
-rw-r--r--libopencl/opencl_runtime_api.cc2
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");