summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-06-30Cleaning up the setup env message a bit and having the simulator properly dum...tgrogers
2018-06-30changing the flow s.t. you cannot compile the simulator with a different vers...tgrogers
2018-06-29Fixing the PTXPLUS + new CUDA execution case.tgrogers
2018-06-29Allowing modern GPU configrations to properly run PTXPLUS.tgrogers
2018-05-04Getting the simulator to compile with older versions of g++tgrogers
2018-04-11Merge remote-tracking branch 'upstream/dev' into devtgrogers
2018-04-05Nice to know when the simulaton thread actually gets the exit call under norm...tgrogers
2018-04-05fixing gpu-tot-cycle bugMahmoud
2018-04-05adding new stats counterMahmoud
2018-04-05adding new counters for parition level para and L2 BWMahmoud
2018-04-05GPGPU-Sim should always print when the sim thread exits - if this doesn't hap...tgrogers
2018-04-02Adding in Mahmoud's changes to the print cache statstgrogers
2018-03-31Getting rid of our constant, annoying prints. Running workloads of any size c...tgrogers
2018-03-30When CDP was added - we started printing garbage stats after every memcpy. I ...tgrogers
2018-03-28Fixing a minor typo in an old configtgrogers
2018-03-28fix compile errors on Ubuntu LTS 16.04Tor Aamodt
2018-03-26Merge pull request #63 from pigrew/dev-printfFixgpgpu-sim
2018-03-26Merge pull request #62 from pigrew/dev-multiArchBreakpointgpgpu-sim
2018-03-26Don't directly pass strings to printf (beacuse they wouldn't be escapped). Cl...Nathan Conrad
2018-03-26Provide portable (non-x86) breakpoint method which should work on all linuxes...Nathan Conrad
2018-03-26Remove duplicate token in PTX parserNathan Conrad
2018-03-26.call instruction may have an empty argument listNathan Conrad
2018-03-22Fixing the break limit bugMahmoud
2017-07-30Updaing the interconnect simulator to properly check for dependenciestgrogers
2017-07-20Fixing BankGroup Indexing BugMahmoud
2017-07-06Adding the correct dependency for the detailed_version file. In order to upda...tgrogers
2017-05-17Changing the version detection to be much more detailed. Now the git commit #...tgrogers
2017-05-09Fix next block addr to link predicate ret block to consecutive blockMengchi Zhang
2016-09-06Merge pull request #30 from sspenst/devgpgpu-sim
2016-09-05Merge pull request #28 from jwang323/cdp_cleangpgpu-sim
2016-09-05MOD: modify Makefile to make CUDART_VERSION available to gpu-sim.ccJin Wang
2016-09-02BUG: concurrent kernel on the same SMX does not work with non-legacy local me...Jin Wang
2016-09-02MOD: Add macros to turn off cuda_device_runtime for CUDA < 5.0Jin Wang
2016-08-25OCDsspenst
2016-08-25Fixed minor shfl bugssspenst
2016-08-24Cleanupsspenst
2016-08-24Added shfl instructionsspenst
2016-07-06ADD: add knob to enable CDP in gpgpusim configJin Wang
2016-07-06MOD: modify to new structure name gpgpu_ptx_sim_infoJin Wang
2016-07-06BUG: extra bracketJin Wang
2016-07-06BUG: wrong declaration for m_args_aligned_sizeJin Wang
2016-07-06ADD: add kernel launching latency from stream to distributorJin Wang
2016-07-06ADD: print kernel parameter size footprint. BUG: concurrent kernels on same s...Jin Wang
2016-07-06ADD: add stats for kernel launching and complete cycleJin Wang
2016-07-06BUG: concurrent kernels on same SM may occupy warps from running CTAsJin Wang
2016-07-06ADD: add separate cdp latencyJin Wang
2016-07-06ADD: add cdp latencyJin Wang
2016-07-06BUG: for concurrent kernels on same shader, should select kernel from the dis...Jin Wang
2016-07-06ADD: support concurrent kernels on one shaderJin Wang
2016-07-05ADD: launch all device kernels at once in functional simulatorJin Wang