aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-05-15Merge branch 'dev' of ↵Mahmoud
https://github.rcac.purdue.edu/TimRogersGroup/gpgpu-sim_distribution into dev
2018-05-1560 coals modeMahmoud
2018-05-15Merge branch 'dev-purdue-integration' of ↵Mahmoud
https://github.rcac.purdue.edu/abdallm/gpgpu-sim_distribution into dev-purdue-integration
2018-05-15fixnig icnt voltaMahmoud
2018-05-15adding Volta model configsMahmoud
2018-05-12mma addednegargoli93
2018-05-12commit for eece527projectnegargoli93
2018-05-09When doing the HW correlation, do not count the first 4 cycle runs (all our ↵tgrogers
data now has 10 run cycle runs). The first 4 are unreliable cause of DVFS
2018-05-09Merge remote-tracking branch 'public/dev' into devtgrogers
2018-05-09if data_dirs is not there - forget about ittgrogers
2018-05-09Getting the simulator to compile with older versions of g++tgrogers
2018-05-04Getting the simulator to compile with older versions of g++tgrogers
2018-05-02Minor change in config descriptionSuchita Pati
2018-05-01Merge branch 'dev' of ↵Suchita Pati
https://bitbucket.org/suchitapati/gpgpusim-cudnn-05-01-18 into dev
2018-05-01Added -save_embedded_ptx 1 to config filesSuchita Pati
2018-05-01Initial Bitbucket Pipelines configurationSuchita Pati
2018-05-01Added support for -gpgpu_registers_per_block configSuchita Pati
2018-04-26Updating to use the correct correlation filetgrogers
2018-04-26Consolidating a number of these tests and using the new correlation script ↵tgrogers
in the simulations repo
2018-04-25Naming the plot sub-directories in a more sane waytgrogers
2018-04-25Changing the config specs to reflect the new flex configstgrogers
2018-04-25Merged in amruth_s/apr14 (pull request #6)Amruth
Crash when array pointers are passed
2018-04-23Do not fail when some of the apps fails and fail 30 minutes between polling ↵tgrogers
the results.
2018-04-23trying to make this only once per daytgrogers
2018-04-23Oops forgot last .txt referencetgrogers
2018-04-23change the filename for the app listtgrogers
2018-04-23propoerly pointing to the app listtgrogers
2018-04-23Fixing the data directory linkagetgrogers
2018-04-23bad triggertgrogers
2018-04-23Fixing some bugstgrogers
2018-04-23Merge branch 'dev-purdue-integration' of ↵tgrogers
https://github.rcac.purdue.edu/TimRogersGroup/gpgpu-sim_distribution into dev-purdue-integration
2018-04-23renaming some stuff in the nightly filetgrogers
2018-04-23renaming the nightly filetgrogers
2018-04-22Clang disallows empty bracks to show array indices. I believe that inserting ↵Nathan Conrad
a zero is the intent.
2018-04-22One more instance of where a string should be escaped with %s before being ↵Nathan Conrad
passed to printf.
2018-04-22Some classes were referred to as a class and a struct (reported as clang ↵Nathan Conrad
warnings). This makes these consistent.
2018-04-22Add cmath include to cuda-math.h, to allow std::isnan to be usedNathan Conrad
2018-04-19Merge branch 'dev' of https://bitbucket.org/amruth_s/apr14 into devAmruth
2018-04-19Crash when array pointers are passedAmruth
2018-04-18Merge pull request #18 from abdallm/dev-purdue-integrationTimothy G Rogers
Dev purdue integration
2018-04-18Merge branch 'dev-purdue-integration' into dev-purdue-integrationTimothy G Rogers
2018-04-18Merge branch 'dev-purdue-integration' into dev-purdue-integrationTimothy G Rogers
2018-04-18Merge pull request #19 from green349/gcc_supportTimothy G Rogers
GCC 4.8.2 Support
2018-04-16Merged in amruth_s/apr14 (pull request #4)Amruth
code working fine on all CDP benchmarks
2018-04-15Initial Bitbucket Pipelines configurationAmruth
2018-04-14solving alignment issueAmruth
2018-04-13Merged in suchitapati/gpgpusim-cudnn (pull request #2)Suchita Pati
Adding support for additional device attributes in cudaDeviceGetAttributes function for mnistCUDNN
2018-04-12adding sime spacesMahmoud
2018-04-12fixing FCFS bugMahmoud
2018-04-11Merge branch 'gcc_support' of ↵green349
https://github.rcac.purdue.edu/green349/gpgpu-sim_distribution into gcc_support