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
Age
Commit message (
Expand
)
Author
2014-08-14
Forgot a file in CL 16503
Tim Rogers
2014-08-14
Changing the make flow so all the generated files, both object and code gene...
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
nvopencl_wrapper now works on machine with both AMD and NVIDIA GPUs. It will...
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
Clean up the unordered_map fallback support.
Wilson Fung
2014-08-14
Forgot to add the Makefile.makedepend rule in the opencl makefile
Andrew M. B. Boktor
2014-08-14
Now makedepend doesn't have to interfere with our commits anymore.
Andrew M. B. Boktor
2014-08-14
Fixing a bug in the opencl prebuilt ptx flow.
Tim Rogers
2014-08-14
Using nvcc present in CUDA_INSTALL_PATH instead of the one in PATH
Andrew M. B. Boktor
2014-08-14
This changelist implements the following:
Andrew M. B. Boktor
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
Fixed build fail when there is no opencl
Andrew M. B. Boktor
2014-08-14
Warnings cleanup
Tim Rogers
2014-08-14
Integrated in 10477 - Fixes for compiling with gcc v4.5.1
Inderpreet Singh
2014-08-14
- Minor change to make things simpler, basically removing all instances of
Andrew M. B. Boktor
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
2011-07-07
Integration change. Bringing in some changes from mem_divergence that allow f...
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
2010-08-10
refactor: mostly finished getting rid of extern decl
Tor Aamodt
2010-08-08
refactoring: mem_latency_stat in impl, etc...
Tor Aamodt
2010-08-08
refactor: moving extern variable declarations into headers
Tor Aamodt
2010-08-08
- remember to return CL_SUCCESS if we allocate memory successfully
Tor Aamodt
2010-08-08
add clFlush (empty implementation) - oclMatrixMul completes but is failing (d...
Tor Aamodt
[next]