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
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
2010-08-08
oclSortingNetworks passing: update workgroup size calculation (now ignores
Tor Aamodt
2010-08-08
** fully decouple kernel compilation from kernel launch for opencl
Tor Aamodt
2010-08-08
refactoring: start moving prototypes into headers
Tor Aamodt
2010-08-08
add listing function for ptx debugging
Tor Aamodt
2010-07-23
debug printing stuff
Tor 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-19
updating opencl wrapper support
Tor Aamodt
2010-07-17
- add support for ld/st with generic addresses
Tor Aamodt
2010-07-15
creating branch for adding support for CUDA 3.x and Fermi
Tor Aamodt