summaryrefslogtreecommitdiff
path: root/libopencl/opencl_runtime_api.cc
AgeCommit message (Expand)Author
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
2010-08-08oclSortingNetworks passing: update workgroup size calculation (now ignores Tor Aamodt
2010-08-08** fully decouple kernel compilation from kernel launch for openclTor Aamodt
2010-08-08refactoring: start moving prototypes into headersTor Aamodt
2010-07-21- reduce 3.1 sdk regression test runtimes (as per 2.3 sdk versions)Tor Aamodt
2010-07-20- adding CL_DEVICE_SINGLE_FP_CONFIG (need to get info on what it should be se...Tor Aamodt
2010-07-19updating opencl wrapper supportTor Aamodt
2010-07-17- add support for ld/st with generic addressesTor Aamodt
2010-07-15creating branch for adding support for CUDA 3.x and FermiTor Aamodt