summaryrefslogtreecommitdiff
path: root/src/cuda-sim
AgeCommit message (Expand)Author
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-14Changing the QuadroFX5800 config to use compute capability 1.3 (no idea why i...Wilson Fung
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-14OpenCL newer diver fixHadi Jooybar
2014-08-14Fixed the timing model for LDU instruction, before it was not recognized as a...Wilson Fung
2014-08-14Added functional execution support for shared memory atomic operations.Inderpreet Singh
2014-08-14Several changes to ptxplus towards getting the sphyraena benchmark to work. A...Jimmy Kwa
2014-08-14Fixing regression failure: vote.all was broken by vote.ballet implementation.Wilson Fung
2014-08-14Added implementation of vote.ballot (passing directed test). Added popc (not...Wilson Fung
2014-08-14Fixing texture fetching for 1D texture with non-normalized coordinates: Addin...Wilson Fung
2014-08-14Fixing multi-element texel access. Now texture with RGBA components are read...Wilson Fung
2014-08-14Adding support for cudaReadModeNormalizedFloat (a texture read mode). See bu...Wilson Fung
2014-08-14Extending ptx.y to ignore the .minnctapersm directive (at least it will not c...Wilson Fung
2014-08-14Adding single element vector operands to support tex.1d instructions in CUDA ...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
2014-08-14Fixing bugs 169, 170, 171Ahmed El-Shafiey
2014-08-14Integration from tm-311 branch. Adding support for atomic operation with gen...Wilson Fung
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-14Putting GPGPU-sim into nvcc version specific build and lib folders.Tim Rogers
2014-08-14- can compile on MacOSX (tested on Lion)... no regression testing done on MacTor Aamodt
2014-08-14Adding missing math functions for mac osx compatiblity.Wilson Fung
2014-08-14Clean up the unordered_map fallback support.Wilson Fung
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-14Fix for bug #154-internal and #8-externalAndrew M. B. Boktor
2014-08-14Adding the madp instruction, which does multiply add with carry-in. Still ne...Wilson Fung
2014-08-14Now makedepend doesn't have to interfere with our commits anymore.Andrew M. B. Boktor
2014-08-14Fixing one of the problems discovered for bug 154 (internal).Wilson Fung
2014-08-14- Update README file to be slightly more user friendly (i.e., try not to impl...Tor Aamodt
2014-08-14- adding clearer documentation to setup_environmentTor Aamodt
2014-08-14updating version number string to 3.1.0+edits to indicate further edits past ...Tor Aamodt
2014-08-14fixing cuda printfAndrew M. B. Boktor
2014-08-14Removing warningsAndrew M. B. Boktor
2014-08-14Re-wrote the intermediate structure for the output of cuobjdump using C++ cla...Andrew M. B. Boktor
2014-08-14Removing a couple of warningsAndrew M. B. Boktor
2014-08-14Release 3.1.0Andrew M. B. Boktor
2014-08-14No need to write pid in r0 if kernel doesn't use r0 (causes failure)Andrew M. B. Boktor
2014-08-14Adding configurable instruction latencies and initiation intervalsAndrew M. B. Boktor
2014-08-14Supporting the option for removing temporary filesAndrew M. B. Boktor
2014-08-141. Fixing ptx with sm_20Andrew M. B. Boktor
2014-08-14Ensuring the correct ptxas is usedAndrew M. B. Boktor
2014-08-14Adding support in the simulator for addition with carry specified in a given ...Andrew M. B. Boktor