index
:
weft
main
CPEN 511 Project - Weft: Improving SIMD Utilization through MIMD-like Co-issue and Thread Compaction
Davit Grigoryan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libopencl
/
opencl_runtime_api.cc
Age
Commit message (
Expand
)
Author
2020-04-07
Merge remote-tracking branch 'localpub/dev' into dev
tgrogers
2019-10-17
libopencl: Calculate a valid offset in bind_args()
Roy Spliet
2019-10-17
libopencl: Perform PDOM analysis
Roy Spliet
2019-10-17
libopencl: Stub clGetProgramBuildInfo()
Roy Spliet
2019-09-12
Remove GPGPUsim_ctx_ptr()
Mengchi Zhang
2019-07-10
Move g_globals and g_constants
Mengchi Zhang
2019-07-09
Move g_ptx_sim_mode
Mengchi Zhang
2019-07-09
Move g_ptx_kernel_count
Mengchi Zhang
2019-07-08
Move cp_count
Mengchi Zhang
2019-07-07
g_keep_intermediate_files
Mengchi Zhang
2019-07-01
Move g_debug_ir_generation and GPGPUSim_Init
Mengchi Zhang
2019-06-12
Integrate ptxinfo into gpgpu_context
Mengchi Zhang
2019-06-12
Move some function from ptx_loader to gpgpu_context
Mengchi Zhang
2018-06-29
Allowing modern GPU configrations to properly run PTXPLUS.
tgrogers
2016-10-31
update opencl_runtime similar to cuda_runtime
Ahmed ElTantawy
2016-05-15
updating CHANGES
Ahmed ElTantawy
2014-08-14
Forgot a file in CL 16503
Tim Rogers
2014-08-14
fixing broken opencl regression from last regression (when the CreateKernel d...
Ahmed El-Shafiey
2014-08-14
Two small fixes in the OpenCL API
Ahmed El-Shafiey
2014-08-14
Removing a slew of code still compiled with gcc and the need for a bunch of e...
Tim Rogers
2014-08-14
Fix for bug 53 and 54. Now clGetDeviceInfo() is returning CL_DEVICE_TYPE pro...
Wilson Fung
2014-08-14
Fix for bug 51 and 55: Declaration of clCreateContextFromType() is updated t...
Wilson Fung
2014-08-14
Fixing a slew of compiler warnings
Tim Rogers
2014-08-14
Apply patch from Kito Cheng to update libopencl for checking NULL error code ...
Wilson Fung
2014-08-14
OpenCL newer diver fix
Hadi Jooybar
2014-08-14
Integrated in CL14390.
Inderpreet Singh
2014-08-14
Fixing bad memory references in opencl based on some disconnect between what ...
Tim Rogers
2014-08-14
Integration from tm-311 branch. Adding support for atomic operation with gen...
Wilson Fung
2014-08-14
Fixing a bug in the opencl prebuilt ptx flow.
Tim Rogers
2014-08-14
Adding stub function implementation to get EA_Ropa running on fermi branch.
Wilson Fung
2014-08-14
using rsync because of ssh having issues with concurreny copying
Tim Rogers
2014-08-14
Fixing the copy directories
Tim Rogers
2014-08-14
Adding support to change the directory on the remote opencl compilation
Tim Rogers
2014-08-14
Warnings cleanup
Tim Rogers
2014-08-14
Fix for Bug 109 - memory alignment should be 256 bytes.
Inderpreet Singh
2014-08-14
Initial modifications to the opencl runtime API to allow the AMD sample appli...
Tayler Hetherington
2014-08-14
Integration change. Bringing in the remote opencl changes from mem_divergence
Tim 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-24
1. adding top level configuration class and making shader and memory configur...
Tor Aamodt
2010-10-18
Re-designed cache model:
Tor Aamodt
2010-10-16
1. enable OpenCL to PTX compilation on remote host without NFS
Tor Aamodt
2010-10-09
fixes problem with remote OpenCL PTX generation
Tor Aamodt
2010-10-09
integrate CL 7836 (running regressions on cluster)
Tor Aamodt
2010-10-09
refactoring: moving texture reference mappings into gpgpu_t
Tor Aamodt
2010-10-08
1. refactoring cuda api code for loading PTX (removing external PTX loading e...
Tor Aamodt
2010-10-01
integrating recent changes from fermi-test into fermi
Tor 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
[next]