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