summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-08-14fixing a bug that cause the thread_fence benchmark fails (excluding an opcode...Ahmed El-Shafiey
2014-08-14fixing a segfault problem for Quadro config with interconnect statsAhmed El-Shafiey
2014-08-14adding the scaling to the total instruction as wellAhmed El-Shafiey
2014-08-14setting power model congfig to zero by default (because the mcpat.xml is avai...Ahmed El-Shafiey
2014-08-14remove parts of the code that will confuse the usersAhmed 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-14Fixed the shared memory bank conflict model for GTX 480 and Tesla C2050. Now...Wilson Fung
2014-08-14Updated the option parser to support named sub-options (via a separate instan...Wilson Fung
2014-08-14- Fixing cache configuration groupings -> Now <cache configs>, <cache policie...Tayler Hetherington
2014-08-14Adding cache_request_status to the config-specific cache function pointers as...Tayler Hetherington
2014-08-14Added functional execution support for shared memory atomic operations.Inderpreet Singh
2014-08-14remove a warning for unused variableAhmed El-Shafiey
2014-08-14Fixing write-through and global write-evict, local write-through policiesTayler Hetherington
2014-08-14-being more conservative in locking the code of the kernel finish detection, ...Ahmed El-Shafiey
2014-08-14Updating comment in l1/l2 access functionsTayler Hetherington
2014-08-14gpu-cache revision #3. Now adding in function pointers for l1/l2 cache access...Tayler Hetherington
2014-08-14Revision #2 of modifying the cache hierarchy.Tayler Hetherington
2014-08-14Adding/updating comments for classes/functions on the recent changes (Doxygen...Tayler Hetherington
2014-08-14Moved the majority of function definitions (greater than one line) from gpu-c...Tayler Hetherington
2014-08-14Modified the cache hierarchy, reorganized code to eliminate code replication,...Tayler Hetherington
2014-08-14Minor refactoring for the SIMT Stack implementation and fixing some indentationWilson Fung
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-14Fixing the round-robin block distribution among SIMT core clusters in gpgpu_s...Wilson Fung
2014-08-14Adding support for cudaReadModeNormalizedFloat (a texture read mode). See bu...Wilson Fung
2014-08-14Fixed incorrect counting of predicated instruction. (Bug #15 external)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-14Two memory errors reported by the valgrind buildTim Rogers
2014-08-14On demand loading of fatbinsAndrew M. B. Boktor
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-14Some Errors reported by valgrindTim Rogers
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