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
/
libcuda
/
cuda_runtime_api.cc
Age
Commit message (
Expand
)
Author
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
define the cudaFuncSetCacheConfig for CUDART_VERSION >= 3000
Ahmed El-Shafiey
2014-08-14
- Adding support for cudaFuncSetCacheConfig API, that allows changing the
Ahmed El-Shafiey
2014-08-14
Fixing a slew of compiler warnings
Tim Rogers
2014-08-14
enable CUBIN parsing on Mac OS X
Tor Aamodt
2014-08-14
Modified cuobjdump-based PTX/SASS extraction (CUDA 4.0 and newer) to support ...
Wilson Fung
2014-08-14
Remove memory leak in cudaSetupArgument()
Wilson Fung
2014-08-14
Adding support for cudaReadModeNormalizedFloat (a texture read mode). See bu...
Wilson Fung
2014-08-14
Fix compilation error with CUDA 2.3.
Wilson Fung
2014-08-14
Allowing cuobjdump on the executable to return error when experimental librar...
Wilson Fung
2014-08-14
Fixing the case where cuobjdump is not used for on demand loading of binaries
Andrew M. B. Boktor
2014-08-14
Fixing build fail on Jenkins
Andrew M. B. Boktor
2014-08-14
On demand loading of fatbins
Andrew M. B. Boktor
2014-08-14
Integration from TM-311 branch.
Wilson Fung
2014-08-14
Extended andrew's fatbin hack to support CUDA 4.1 and 4.2 as well.
Wilson Fung
2014-08-14
Fixing the build for CL 13728 for older gcc
Andrew M. B. Boktor
2014-08-14
Adding a less brittle support for associating the fatbins to sections in the ...
Andrew M. B. Boktor
2014-08-14
Fixing bug #7 on gpgpu-sim.org
Andrew M. B. Boktor
2014-08-14
Back out changelist 13683
Andrew M. B. Boktor
2014-08-14
Removing compiler warnings
Andrew M. B. Boktor
2014-08-14
Remove -gpgpu_ptx_use_cuobjdump from configs. Update error reporting to be m...
Tor Aamodt
2014-08-14
Catching the problem where the embedded ptx cannot be found because the bench...
Andrew M. B. Boktor
2014-08-14
Re-wrote the intermediate structure for the output of cuobjdump using C++ cla...
Andrew M. B. Boktor
2014-08-14
Removing a couple of warnings
Andrew M. B. Boktor
2014-08-14
Fixing a small bug
Andrew M. B. Boktor
2014-08-14
Reworking the mechanism that selects which sm versino to run.
Andrew M. B. Boktor
2014-08-14
Supporting the option for removing temporary files
Andrew M. B. Boktor
2014-08-14
Handling the case where force_max_capability is set to 0 (means no restriction)
Andrew M. B. Boktor
2014-08-14
1. Fixing ptx with sm_20
Andrew M. B. Boktor
2014-08-14
Removing all remaining traced of decuda
Andrew M. B. Boktor
2014-08-14
This changelist implements the following:
Andrew M. B. Boktor
2014-08-14
The simulator stops and outputs a message if it cannot find a cubin file whil...
Andrew M. B. Boktor
2014-08-14
Assigned debug level 3 to stream manager output.
Inderpreet Singh
2011-04-09
initial edits to compile with CUDA 2.3 (passes regression with CUDA 3.1)
Tor Aamodt
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-09
refactoring: moving texture reference mappings into gpgpu_t
Tor Aamodt
2010-10-08
1. modify shader_core_ctx::execute_pipe() to model instruction throughput cor...
Tor Aamodt
2010-10-08
some fixes for ptxplus (correlation test now running)
Tor Aamodt
2010-10-08
1. refactoring cuda api code for loading PTX (removing external PTX loading e...
Tor Aamodt
2010-10-03
moving some CUDA API centric code to cuda_runtime_api.cc
Tor Aamodt
2010-10-03
1. integrating Inder's changes
Tor Aamodt
2010-10-03
1. enable L2 cache as a texture cache (also some bug fixes for L2 as regular ...
Tor Aamodt
2010-10-01
integrating recent changes from fermi-test into fermi
Tor Aamodt
2010-08-08
refactor: shader.cc free of extern declarations
Tor Aamodt
2010-08-08
refactoring: mem_latency_stat in impl, etc...
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-07-18
simple event support re-enabled (e.g., 3dfd wants this)
Tor Aamodt
[next]