summaryrefslogtreecommitdiff
path: root/src/cuda-sim
AgeCommit message (Expand)Author
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 unused functionTor Aamodt
2014-08-14Adding option 'gpgpu_simt_core_sim_order' which allow the user to specify the...Wilson Fung
2014-08-14removing old barrier implementation (no longer used)Tor Aamodt
2014-08-14Fixing bug 126. Now DXTC runs to completion by not giving correct result (ex...Wilson Fung
2014-08-14Integration change. Fix for div_impl with 32-bit and smaller integers.Wilson Fung
2014-08-14Integrating the pure functional simulationAyub Gubran
2014-08-14change version number to 3.0.1 build XYZTor Aamodt
2014-08-14Back out changelist 10951Hadi Jooybar
2014-08-14Should be tested.Hadi Jooybar
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-14Bugfix. The script used to check the version of nvcc that is in the path, how...Andrew M. B. Boktor
2014-08-14Warning refixTim Rogers
2014-08-14Warnings cleanupTim Rogers
2014-08-14Undoing the rest of files mistakly changed in CL10695, this change completes ...Ayub Gubran
2014-08-14My last work added to the branch, wokring on the functional simulator in cuda...Ayub Gubran
2014-08-14- Minor change to make things simpler, basically removing all instances ofAndrew M. B. Boktor
2014-08-14Fix for Bug 109 - memory alignment should be 256 bytes.Inderpreet Singh
2014-08-14Assigned debug level 3 to stream manager output.Inderpreet Singh
2014-08-14release!?!Tor Aamodt
2014-08-14ready to release?Tor Aamodt
2014-08-14Fixes for atomic callbacksarun
2014-08-14fixup some dangling referencesTor Aamodt
2014-08-14change copyright notice to include authorsTor Aamodt
2014-08-14Fixing comment clobber from yesterdayTim Rogers
2011-07-07Integration change. Bringing in some changes from mem_divergence that allow f...Tim Rogers
2011-06-30version infoTor Aamodt
2011-06-29changing copyright to BSDTor Aamodt
2011-01-20Integration change. Bug fixes from AMD-CMU trace gen branch. Wilson Fung
2010-12-28the assertionTor Aamodt
2010-12-28- parameter memory and active threads now part of kernel_info_t:Tor Aamodt
2010-12-28- Checkpointing new support for concurrent kernel execution (CUDA only, not O...Tor Aamodt
2010-12-21added support for negative .f64 operands in decuda_to_ptxplusJimmy Kwa
2010-12-20fix from CL 8285Tor Aamodt
2010-12-15Added next instruction type to ptxplus, ".ff64". It's the same as ".f64" exce...Jimmy Kwa
2010-11-30integrate changes (makes code more modular, i would argue)Tor Aamodt
2010-11-28adding 1st level data cacheTor Aamodt
2010-11-15Cleaned up decuda_to_ptxplus code to remove compiler warningsJimmy Kwa
2010-10-240.9756 correlation. Set L1T line size to 128 bytes... problem wasTor Aamodt
2010-10-241. updates to .gdbinit fileTor Aamodt
2010-10-241. adding top level configuration class and making shader and memory configur...Tor Aamodt
2010-10-22enables global loads/stores for ptxplusTor Aamodt
2010-10-18Re-designed cache model:Tor Aamodt
2010-10-161. creating cache_config object to encapsulate cache configuration informationTor Aamodt
2010-10-121. adding simt_core_cluster, which models a TPC or (for fermi) GPC...Tor Aamodt
2010-10-101. create function unit classes for SP, SFU, LD/ST.Tor Aamodt