summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-07-09Adding another check for the pbs_momtgrogers
2017-07-09Debugging non-running momtgrogers
2017-07-09new debugging commandlinetgrogers
2017-07-09A test for what is wrong with torquetgrogers
2017-07-09What works, sort of...tgrogers
2017-07-09again with the paralleltgrogers
2017-07-09trying out parallel buildstgrogers
2017-07-09Call the monitor in verbose mode?tgrogers
2017-07-09giving runner permissions to the distributions directorytgrogers
2017-07-09specify rw for the mapped directorytgrogers
2017-07-09Magic linetgrogers
2017-07-09trying pwdtgrogers
2017-07-09Adding in the first pass at the actual regression commandstgrogers
2017-07-09wrong docker tagtgrogers
2017-07-09wrong docker tagtgrogers
2017-07-09What is going on?tgrogers
2017-07-09Adding in some mroe stuff to debug travistgrogers
2017-07-09Commit to wake travis up?tgrogers
2017-07-08Adding in a test to see what happens when travis tries to build with docker.tgrogers
2017-07-06Adding the correct dependency for the detailed_version file. In order to ↵tgrogers
updatet the built number output when we run gpgpu-sim we need to recompile cuda-sim everytime the detailed_version has changed
2017-05-17Merge pull request #37 from tgrogers/tim-embed-commitTim Rogers
Embedding the gpgpu-sim version information (the commit number that was built) in the shared object executable.
2017-05-17Adding in the embedded .so bittgrogers
2017-05-17Getting rid of the branch since it gets weird, espeically in travistgrogers
2017-05-17Fixing a bug with where the build version is made. Moveing it after the ↵tgrogers
right directories ect are defined
2017-05-17Changing the version detection to be much more detailed. Now the git commit ↵tgrogers
# and branch will be embedded in the built executable and print out when gpgpu-sim runs
2017-05-09Merge pull request #35 from echoedit/devTim Rogers
Fix next block addr to link predicate ret block to consecutive block
2017-05-09Fix next block addr to link predicate ret block to consecutive blockMengchi Zhang
The block containing predicate ret instruction should add the consecutive block to its successor_ids set. next_addr should be assigned with current instruction address add instruction size instead of 1. Signed-off-by: Mengchi Zhang <[email protected]>
2017-05-09Merge pull request #32 from ElTantawy/devTim Rogers
support for CUDA 8.0 PTX
2017-05-09Updating for TravisTim Rogers
2017-05-09Merge branch 'dev' into devTim Rogers
2016-10-31update opencl_runtime similar to cuda_runtimeAhmed ElTantawy
2016-10-28support for CUDA 8.0 PTXAhmed ElTantawy
2016-09-10Paper to cite for CDP supportgpgpu-sim
2016-09-06Merge pull request #30 from sspenst/devgpgpu-sim
shfl instruction implemented
2016-09-05Merge pull request #28 from jwang323/cdp_cleangpgpu-sim
Initial support of CUDA Dynamic Parallelism on GPGPUSim
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 ↵Jin Wang
memory mapping, turn off by default
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 ↵Jin Wang
shader, should use hw_cta_id to store shared mem info
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