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.l
Age
Commit message (
Expand
)
Author
2024-08-09
Add support for SHF ptx instruction (#70)
Cesar Avalos
2022-02-01
Update Copyrights
JRPAN
2021-10-17
AccelWattch dev Integration
VijayKandiah
2020-07-03
removed whitespace changes
Lucy Liu
2020-07-03
add activemask, bfind, vmin, and vmax implementations from Francois
Lucy Liu
2019-08-22
Merge branch 'dev' of https://github.com/purdue-aalp/gpgpu-sim_distribution i...
Mahmoud
2019-07-03
Remove g_filename
Mengchi Zhang
2019-06-12
Add some vars in ptx_parser
Mengchi Zhang
2019-06-10
adding new wmma instruction cogif
Mahmoud
2019-05-20
Fix col and linebuf
Mengchi Zhang
2019-05-17
Fix linebuf and col
Mengchi Zhang
2019-05-17
Move ptx parser to reentrant
Mengchi Zhang
2019-03-24
Parse bar.warp.sync as NOP operation ( which is acceptable in Stack based rec...
Deval Shah
2018-11-09
resolving merge conflict
Deval Shah
2018-10-24
merged tensor-cores code
aamir
2018-10-05
Merge pull request #15 from gjulianm/dev
Tim Rogers
2018-08-14
parsing changes for timing model
aamir
2018-08-09
added load
aamir
2018-08-07
implemented prmt and started working on variable precision mul inst
aamir
2018-06-08
regression passed
Aamir Raihan
2018-06-04
parses through all ptx files, TODO: need to impl dp4a
Jonathan
2018-05-27
added wmma parsing but execution getting aborted
aamir
2018-05-12
commit for eece527project
negargoli93
2018-04-14
solving alignment issue
Amruth
2018-03-20
code to load the embedded ptx directly and prevent cuobjdump to dump everytim...
letr63jd56
2018-03-19
temporary fixes to parsing issues
letr63jd56
2017-08-17
Merged all work on the dev branch since the divergence point into the dnn bra...
speverel
2016-09-06
Merge pull request #30 from sspenst/dev
gpgpu-sim
2016-09-05
Merge pull request #28 from jwang323/cdp_clean
gpgpu-sim
2016-08-24
Added shfl instruction
sspenst
2016-08-05
bsmad gives the correct output in the small cases I have tried, still need to...
sspenst
2016-08-04
A thread executing BSMAD is now able to access information from all threads i...
sspenst
2016-07-06
Added sstarr memory, which works the same as shared memory
sspenst
2016-07-05
Slight addition to the parser for CPTX aesthetics. You now begin and end your...
sspenst
2016-07-05
ADD: support ptxinfo for sm_35 and cuda 6.5
Jin Wang
2016-07-04
Initial SST recognition from PTX parser
sspenst
2016-07-04
Restored madp instruction.
speverel
2016-07-04
Reverted part of the previous commit so that our new changes related to DNNs ...
sspenst
2016-06-16
Added the ability to inject arbitrary PTX instructions. ...
speverel
2016-06-07
The ptx parser now recognizes the NC option for ld.global, however this optio...
sspenst
2016-06-02
Updated parser and config file to support compute versions up to 5.2. Full su...
speverel
2016-06-02
Added handling of .cc option for arithmetic instructions. NOTE: Only made cha...
speverel
2015-07-10
Increase line buffer size
Guillermo Julián
2014-08-14
This should fix 2.3 regression and may fix others as well.
Ahmed El-Shafiey
2014-08-14
Support for named bariers + bar.red + bar.arrive instructions
Ahmed El-Shafiey
2014-08-14
OpenCL newer diver fix
Hadi Jooybar
2014-08-14
Several changes to ptxplus towards getting the sphyraena benchmark to work. A...
Jimmy Kwa
2014-08-14
Added implementation of vote.ballot (passing directed test). Added popc (not...
Wilson Fung
2014-08-14
Fixing the updated PTX parser for texture instructions. Created a new state ...
Wilson Fung
2014-08-14
Integration from TM-311 branch.
Wilson Fung
[next]