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
2023-06-12
fixing bunch of formatting warnings (#53)
Ahmad Alawneh
2020-05-23
code refomratting
Mahmoud
2020-05-23
Merge branch 'dev' of https://github.com/purdue-aalp/gpgpu-sim_distribution i...
Mahmoud
2019-09-13
Big reformat change using clang-format-6.0
Nick
2019-09-13
Revert "Add src/cuda-sim formatting"
Nick
2019-09-13
Add src/cuda-sim formatting
Nick
2019-09-12
Merge branch 'dev' of https://github.com/purdue-aalp/gpgpu-sim_distribution i...
Mahmoud
2019-09-04
adding trace class and parss kernel info
Mahmoud
2019-09-03
get rid of more UB
Nick
2019-07-12
Move g_cdp_enabled
Mengchi Zhang
2019-07-11
Move g_override_embedded_ptx
Mengchi Zhang
2019-07-11
Move g_inst_lookup
Mengchi Zhang
2019-07-09
Move m_ptx_save_converted_ptxplus
Mengchi Zhang
2019-07-07
g_keep_intermediate_files
Mengchi Zhang
2019-06-12
Move all ptx_parser inside gpgpu_context
Mengchi Zhang
2019-06-12
Move print_ptx_file
Mengchi Zhang
2019-06-12
Integrate ptxinfo into gpgpu_context
Mengchi Zhang
2019-06-12
Move g_ptxinfo_filename
Mengchi Zhang
2019-06-12
Remove unused vars
Mengchi Zhang
2019-06-12
Move some function from ptx_loader to gpgpu_context
Mengchi Zhang
2019-05-30
Move fatbin etc globals
Mengchi Zhang
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
[next]