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
2019-05-24
Fix linebuf for ptxinfo
Mengchi Zhang
2019-05-18
Fix parser for loader
Mengchi Zhang
2019-04-22
Move ptxinfo to reentrant
Mengchi Zhang
2018-11-09
resolving merge conflict
Deval Shah
2018-07-23
brought back ptxinfo
Jonathan
2018-06-30
Cleaning up the setup env message a bit and having the simulator properly dum...
tgrogers
2018-06-30
changing the flow s.t. you cannot compile the simulator with a different vers...
tgrogers
2018-06-29
Fixing the PTXPLUS + new CUDA execution case.
tgrogers
2018-06-29
Allowing modern GPU configrations to properly run PTXPLUS.
tgrogers
2018-06-06
reverted some changed to pass regression
Jonathan
2018-06-05
ptx parse only
Jonathan
2018-06-04
parses through all ptx files, TODO: need to impl dp4a
Jonathan
2018-06-01
WIP attempting to parse ptx files in order
Jonathan
2018-04-05
fixing file pointer and attributes issues
Amruth
2018-04-04
updating EOF condition for Mac users
Amruth
2018-04-04
Prog gets stuck because it doesnt recieve EOF
Amruth
2018-04-04
adding missing ptxas flags for cdp support
Amruth
2018-03-31
masked declaration leading to using unitialized buffer as file name, leading ...
Tor Aamodt
2018-03-27
considered CDP scenario
Amruth
2018-03-25
code for removing duplicates in embedded ptx
Amruth
2016-09-05
Merge pull request #28 from jwang323/cdp_clean
gpgpu-sim
2016-07-06
ADD: add knob to enable CDP in gpgpusim config
Jin Wang
2016-06-13
If ptxas notices any duplicate errors, they now automatically get resolved an...
sspenst
2016-05-13
changed gpgpu_ptxinfo_load_from_string definition for Ahmed
sspenst
2016-05-13
changed the SM version flag for generating ptxinfo to be dynamic instead of 20
sspenst
2015-03-04
initial support for CUDA 5.0, 5.5, 6.0 to get template from SDK running
Ahmed ElTantawy
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
Back out changelist 13683
Andrew M. B. Boktor
2014-08-14
Removing compiler warnings
Andrew M. B. Boktor
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