aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-10-05Merge pull request #78 from fusiled/devTim Rogers
libcuda: removed comment from cuobjdump.l
2018-10-05Merge pull request #76 from tgrogers/devTim Rogers
Changes to allow correct occupancy with newer cards, while still running PTXPlus
2018-10-05Merge pull request #66 from pigrew/cleanup-clang-warningsTim Rogers
Cleanup clang warnings
2018-10-03Merge pull request #21 from abdallm/dev-purdue-integrationTimothy G Rogers
A few little things and some sizeable changes: Added memory partition indexing, some configuration file updates, fixed the texture cache so apps that use tex memory will no longer crash.
2018-10-03Merge branch 'dev-purdue-integration' into dev-purdue-integrationTimothy G Rogers
2018-10-03Merge pull request #26 from green349/dev-purdue-integrationTimothy G Rogers
fix overflow issue with large visualizer files
2018-10-03Merge branch 'dev-purdue-integration' into dev-purdue-integrationTimothy G Rogers
2018-09-25Merge branch 'dev-purdue-integration' into dev-purdue-integrationTimothy G Rogers
2018-09-25Removing configs that are not quite right in terms of correlationtgrogers
2018-09-25Merge branch 'dev-purdue-integration' into dev-purdue-integrationTimothy G Rogers
2018-09-25fix overflow issue with large visualizer filesRoland Green
2018-09-25Fixing the detla and achive flow s.t. things pass and we get reasonable ↵tgrogers
regressions
2018-09-24fixing broken pathtgrogers
2018-09-23error with directorytgrogers
2018-09-23Ooops - no comments in Jenkinsfiles?tgrogers
2018-09-23First pass at getting a per-checkin difftgrogers
2018-09-23Modifing the Jenkins scripts so that they can take the apps as a parametertgrogers
2018-09-22debug printsaamir
2018-09-20Merge remote-tracking branch 'upstream/dev' into devtgrogers
2018-09-20fixing some config fileMahmoud
2018-09-20libcuda: removed comment from cuobjdump.lMatteo Maria Fusi
This comment made the build fail in ubuntu 18.04 due to a flex error. This error is probably produced by a flex bug.
2018-09-18double internal speedup for TITANX routerMahmoud
2018-09-18Merge branch 'dev-purdue-integration' of ↵Mahmoud
https://github.rcac.purdue.edu/abdallm/gpgpu-sim_distribution into dev-purdue-integration
2018-09-18removing some comments from config filesMahmoud
2018-09-16print for mem transactionaamir
2018-09-15Merge pull request #75 from mkhairy/devTim Rogers
Adding Pascal_TITANX config files
2018-09-14Merge branch 'dev' of https://github.com/gpgpu-sim/gpgpu-sim_distribution ↵Mahmoud
into dev
2018-09-14regression&scriptsaamir
2018-09-14corrected the bug in vpcore functional modelaamir
2018-09-12change L1 indexing to linear for TITANXMahmoud Khairy A. Abdallah
2018-09-11Merge branch 'dev-purdue-integration' into dev-purdue-integrationTimothy G Rogers
2018-09-11getting rid of the new VOLTA and P100 configs that aren't properly validatedtgrogers
2018-09-11Merge branch 'dev-purdue-integration' of ↵tgrogers
https://github.rcac.purdue.edu/TimRogersGroup/gpgpu-sim_distribution into dev-purdue-integration
2018-09-11Adding in the occupancy nymbertgrogers
2018-09-10added support for generating correct no of mem txnaamir
2018-09-09generating correct number of mem transactionaamir
2018-09-09minor changes for generating mem transaction in timing model. NOTE NOT COMPLETEDaamir
2018-09-08Merge branch 'dev-purdue-integration' into dev-purdue-integrationTimothy G Rogers
2018-09-07Merge pull request #23 from zhan2308/dev-purdue-integrationTimothy G Rogers
Add .nc option
2018-09-07Merge branch 'dev-purdue-integration' of ↵Mahmoud
https://github.rcac.purdue.edu/abdallm/gpgpu-sim_distribution into dev-purdue-integration
2018-09-07adding streamin cache + fixing TEX cache + adding l1 latency and smem latencyMahmoud
2018-09-06Add .nc optionMengchi Zhang
Signed-off-by: Mengchi Zhang <[email protected]>
2018-08-29increase MSHR for P100Mahmoud Khairy A. Abdallah
2018-08-29improving code quality 2Mahmoud
2018-08-27fixing ead/write buffer and new configs filesMahmoud
2018-08-27improving code qualityMahmoud
2018-08-27remove some null stats outputsMahmoud
2018-08-22Update gpgpusim.configMahmoud Khairy A. Abdallah
2018-08-22adding lazy-fetch-on-read and invalidate operation to cacheMahmoud
2018-08-17Merge remote-tracking branch 'upstream/dev' into devJ