summaryrefslogtreecommitdiff
path: root/src/cuda-sim/cuda-sim.cc
AgeCommit message (Expand)Author
2016-08-05Added ptx_warp_info to know how many threads within a warp have executedsspenst
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-08SST should now properly simulate the barrier operationsspenst
2016-07-06Added sstarr memory, which works the same as shared memorysspenst
2016-07-04Restored madp instruction.speverel
2016-06-13If ptxas notices any duplicate errors, they now automatically get resolved an...sspenst
2016-06-02Added handling of .cc option for arithmetic instructions. NOTE: Only made cha...speverel
2015-03-04initial support for CUDA 5.0, 5.5, 6.0 to get template from SDK runningAhmed ElTantawy
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-14Intesim2 IntegrationDongdong Li
2014-08-14Adding the ability to querry the WARPSZ flag from the ptx script.Tim Rogers
2014-08-14Fixing bug 59 + cleaning some code related to the power modelAhmed El-Shafiey
2014-08-14Removing a slew of code still compiled with gcc and the need for a bunch of e...Tim Rogers
2014-08-14Fixing a bug exposed by the fix for bug 42.Tim Rogers
2014-08-14MergingTim Rogers
2014-08-14 Fixing a slew of compiler warningsTim Rogers
2014-08-14fixing bug 36 + put a mistakenly missing texture misses power scalingAhmed El-Shafiey
2014-08-14fixing a bug that cause the thread_fence benchmark fails (excluding an opcode...Ahmed El-Shafiey
2014-08-14Merging Power model into FermiTayler Hetherington
2014-08-14Fixed a bug introduced in CL14565 for PTXPlus.Wilson Fung
2014-08-14Extended PTX parser to recognize the .ptr .shared directive and allocate shar...Wilson Fung
2014-08-14Fixed the timing model for LDU instruction, before it was not recognized as a...Wilson Fung
2014-08-14Adding support for cudaReadModeNormalizedFloat (a texture read mode). See bu...Wilson Fung
2014-08-14Fixing bugs 169, 170, 171Ahmed El-Shafiey
2014-08-14Fixing compile error on my machineAndrew M. B. Boktor
2014-08-14Back out changelist 13683Andrew M. B. Boktor
2014-08-14Removing compiler warningsAndrew M. B. Boktor
2014-08-14even prettier printing of reconvergence pc'sTor Aamodt
2014-08-14Ptxplus fix for recrusive call handling in SIMT stack (CL13410).Inderpreet Singh
2014-08-14Copied in Arun's SIMT stack fix for recursive calls (CL8574)Inderpreet Singh
2014-08-14- print out instructions at branch divergence/reconvergence points (more info...Tor Aamodt
2014-08-14Fix for bug 9: Now querying the state of the pdom stack in call_imp and callp...Ayub Gubran
2014-08-14Adding the madp instruction, which does multiply add with carry-in. Still ne...Wilson Fung
2014-08-14- Update README file to be slightly more user friendly (i.e., try not to impl...Tor Aamodt
2014-08-14updating version number string to 3.1.0+edits to indicate further edits past ...Tor Aamodt
2014-08-14Release 3.1.0Andrew M. B. Boktor
2014-08-14Adding configurable instruction latencies and initiation intervalsAndrew M. B. Boktor
2014-08-14This changelist implements the following:Andrew M. B. Boktor
2014-08-14version 3.0.2Tor Aamodt
2014-08-14Changed arch_rech type to store 16 registers, 8 input and 8 output. 8 inputs ...Inderpreet Singh
2014-08-14Fixed address operands of PTX memory instructions being ignored in predecode....Inderpreet Singh
2014-08-14removing old barrier implementation (no longer used)Tor Aamodt
2014-08-14Integrating the pure functional simulationAyub Gubran
2014-08-14change version number to 3.0.1 build XYZTor Aamodt
2014-08-14defeat perforce autoupdate of string parsingTor Aamodt
2014-08-14missing text needed to parse change list numberTor Aamodt
2014-08-14attempt to automatically embed perforce change list number in version numberTor Aamodt
2014-08-14Warnings cleanupTim Rogers