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
/
src
/
cuda-sim
/
ptx_loader.cc
Age
Commit message (
Expand
)
Author
2014-08-14
Putting GPGPU-sim into nvcc version specific build and lib folders.
Tim Rogers
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
Supporting the option for removing temporary files
Andrew M. B. Boktor
2014-08-14
Ensuring the correct ptxas is used
Andrew M. B. Boktor
2014-08-14
Removing all remaining traced of decuda
Andrew M. B. Boktor
2014-08-14
Allowing capability up to sm_20, fixed ocl failures
Andrew M. B. Boktor
2014-08-14
This changelist implements the following:
Andrew M. B. Boktor
2014-08-14
Warning refix
Tim Rogers
2014-08-14
Warnings cleanup
Tim Rogers
2014-08-14
change copyright notice to include authors
Tor Aamodt
2011-06-29
changing copyright to BSD
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-23
- add '-keep' option to keep intermediate files (used for OpenCL only right now)
Tor Aamodt
2010-08-08
** fully decouple kernel compilation from kernel launch for opencl
Tor Aamodt
2010-08-08
refactoring: moving PTX parsing functions into ptx_parser.*
Tor Aamodt
2010-08-08
refactoring: moving 'loading' operations into ptx_loader.*
Tor Aamodt
[prev]