summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-10-26Changing the Titan X config file to use the last modificationsMahmoud
2017-10-25The commits includes:Mahmoud
2017-10-13ensure that first launch uses simt cluster 0Mahmoud
2017-10-12remove Tex cache assertion and prevent spunit to execute DP instsMahmoud
2017-10-11Merge branch 'dev-purdue-integration' of https://github.rcac.purdue.edu/abdal...Mahmoud
2017-10-11Sector Cache - first commitMahmoud
2017-10-11Fixing deadlock because of dp_unit (2)Mahmoud Khairy A. Abdallah
2017-10-11Fixing deadlock because of dp_unitMahmoud Khairy A. Abdallah
2017-09-14adding some condig commentsMahmoud
2017-09-14changing the DRAM bank indexing policyMahmoud
2017-09-14adding seperate sfu latency and init variablesMahmoud
2017-09-13Adding sperate dp_unitMahmoud
2017-09-13Fixing some typosMahmoud
2017-09-12Adding HBM modelMahmoud
2017-07-19Merge pull request #4 from abdallm/dev-purdue-integrationTimothy G Rogers
2017-07-19Updaing the interconnect simulator to properly check for dependenciestgrogers
2017-07-19Adding some interconnection tracesMahmoud
2017-07-18Interconnection assertion failing demysstifyingMahmoud
2017-07-18Free buffer interconnection assertionMahmoud
2017-07-18Fixing deadlock bugMahmoud
2017-07-17Fixing some typos and adding commentsMahmoud
2017-07-17Improving GPU core model. This commits contains:Mahmoud
2017-07-12Fixing 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
2016-07-05MOD: compute child parameter sizeJin Wang
2016-07-05MOD: schedule one child kernel each cycleJin Wang