summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-05-30changes for vector operandsaamir
2018-05-27added wmma parsing but execution getting abortedaamir
2018-05-12mma addednegargoli93
2018-05-12commit for eece527projectnegargoli93
2017-11-12Fix latency bugNegar
2017-09-24Changed how warp level instructions are handled to avoid an assert that is gu...speverel
2017-08-17Merged all work on the dev branch since the divergence point into the dnn bra...speverel
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-08-09Changed bsmad_impl to match Ahmed's output. Added latency and initiation_inte...sspenst
2016-08-08Forgot to multiply by the synapsesspenst
2016-08-05Deleted useless commentssspenst
2016-08-05Added ptx_warp_info to know how many threads within a warp have executedsspenst
2016-08-05bsmad gives the correct output in the small cases I have tried, still need to...sspenst
2016-08-04A thread executing BSMAD is now able to access information from all threads i...sspenst
2016-07-11Changed sst return value to be the address instead of index offsetsspenst
2016-07-11Reverted the previous commit to add a cleaner way of getting NUM_THREADS. Now...sspenst
2016-07-08Made gridDim and blockDim global variables so that they can be accessed from ...sspenst
2016-07-08SST should now properly simulate the barrier operationsspenst
2016-07-07sst_impl cleanupsspenst
2016-07-07Indices are now stored corresponding to values. SST now returns the number of...sspenst
2016-07-07SST instruction now returns the end address of the new sparse arraysspenst
2016-07-07SST instruction now updates the original array instead of storing the result ...sspenst
2016-07-07Rough implementation of the SST instruction. It squeezes out the zeros that a...sspenst
2016-07-06Added the ability to load from sstarr memory after data has been stored in itsspenst
2016-07-06Added sstarr memory, which works the same as shared memorysspenst
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