summaryrefslogtreecommitdiff
path: root/libopencl/opencl_runtime_api.cc
AgeCommit message (Expand)Author
2019-07-10Move g_globals and g_constantsMengchi Zhang
2019-07-09Move g_ptx_sim_modeMengchi Zhang
2019-07-09Move g_ptx_kernel_countMengchi Zhang
2019-07-08Move cp_countMengchi Zhang
2019-07-07g_keep_intermediate_filesMengchi Zhang
2019-07-01Move g_debug_ir_generation and GPGPUSim_InitMengchi Zhang
2019-06-12Integrate ptxinfo into gpgpu_contextMengchi Zhang
2019-06-12Move some function from ptx_loader to gpgpu_contextMengchi Zhang
2018-06-29Allowing modern GPU configrations to properly run PTXPLUS.tgrogers
2016-10-31update opencl_runtime similar to cuda_runtimeAhmed ElTantawy
2016-05-15updating CHANGESAhmed ElTantawy
2014-08-14Forgot a file in CL 16503Tim Rogers
2014-08-14fixing broken opencl regression from last regression (when the CreateKernel d...Ahmed El-Shafiey
2014-08-14Two small fixes in the OpenCL APIAhmed El-Shafiey
2014-08-14Removing a slew of code still compiled with gcc and the need for a bunch of e...Tim Rogers
2014-08-14Fix for bug 53 and 54. Now clGetDeviceInfo() is returning CL_DEVICE_TYPE pro...Wilson Fung
2014-08-14Fix for bug 51 and 55: Declaration of clCreateContextFromType() is updated t...Wilson Fung
2014-08-14 Fixing a slew of compiler warningsTim Rogers
2014-08-14Apply patch from Kito Cheng to update libopencl for checking NULL error code ...Wilson Fung
2014-08-14OpenCL newer diver fixHadi Jooybar
2014-08-14Integrated in CL14390.Inderpreet Singh
2014-08-14Fixing bad memory references in opencl based on some disconnect between what ...Tim Rogers
2014-08-14Integration from tm-311 branch. Adding support for atomic operation with gen...Wilson Fung
2014-08-14Fixing a bug in the opencl prebuilt ptx flow.Tim Rogers
2014-08-14Adding stub function implementation to get EA_Ropa running on fermi branch.Wilson Fung
2014-08-14using rsync because of ssh having issues with concurreny copyingTim Rogers
2014-08-14Fixing the copy directoriesTim Rogers
2014-08-14Adding support to change the directory on the remote opencl compilationTim Rogers
2014-08-14Warnings cleanupTim Rogers
2014-08-14Fix for Bug 109 - memory alignment should be 256 bytes.Inderpreet Singh
2014-08-14Initial modifications to the opencl runtime API to allow the AMD sample appli...Tayler Hetherington
2014-08-14Integration change. Bringing in the remote opencl changes from mem_divergenceTim Rogers
2010-12-28- parameter memory and active threads now part of kernel_info_t:Tor Aamodt
2010-12-28- Checkpointing new support for concurrent kernel execution (CUDA only, not O...Tor Aamodt
2010-10-241. adding top level configuration class and making shader and memory configur...Tor Aamodt
2010-10-18Re-designed cache model:Tor Aamodt
2010-10-161. enable OpenCL to PTX compilation on remote host without NFSTor Aamodt
2010-10-09fixes problem with remote OpenCL PTX generationTor Aamodt
2010-10-09integrate CL 7836 (running regressions on cluster)Tor Aamodt
2010-10-09refactoring: moving texture reference mappings into gpgpu_t Tor Aamodt
2010-10-081. refactoring cuda api code for loading PTX (removing external PTX loading e...Tor Aamodt
2010-10-01integrating recent changes from fermi-test into fermiTor Aamodt
2010-08-23- oclMatrixMul passing (added support for dynamically allocating shared memor...Tor Aamodt
2010-08-23- add '-keep' option to keep intermediate files (used for OpenCL only right now)Tor Aamodt
2010-08-12- allow multiple clCreateBuffer wth same host_ptr (undefined behavior in Open...Tor Aamodt
2010-08-10refactor: mostly finished getting rid of extern declTor Aamodt
2010-08-08refactoring: mem_latency_stat in impl, etc...Tor Aamodt
2010-08-08refactor: moving extern variable declarations into headersTor Aamodt
2010-08-08- remember to return CL_SUCCESS if we allocate memory successfullyTor Aamodt
2010-08-08add clFlush (empty implementation) - oclMatrixMul completes but is failing (d...Tor Aamodt