aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-01-24Merge branch 'dev' into dev-github-ciJRPan
2024-01-24uses actions/checkout@v4JRPan
2024-01-24update CI scriptsJRPan
2024-01-24Merge pull request #63 from accel-sim/FJShen-patch-1JRPan
Update gpgpusim.config
2024-01-22Adding Github Actino CIJRPan
2023-12-18Update gpgpusim.configFangjia Shen
Fixed an outdated comment line
2023-09-20LDGSTS, LDGDEPBAR and DEPBAR Implementations (#62)Connie120
2023-08-15Merge pull request #58 from barnes88/fix-statsAaron Barnes
shared mem bank conflicts
2023-08-07Merge branch 'dev' into fix-statsAaron Barnes
2023-07-06Merge pull request #59 from LAhmos/all_warnAhmad Alawneh
2023-07-05Merge branch 'dev' into all_warnAhmad Alawneh
2023-07-05Merge branch 'dev' into fix-statsAaron Barnes
2023-06-20Merge pull request #55 from LAhmos/compare_warnAhmad Alawneh
Compare warnings
2023-06-20ignore lex warningsAhmad Alawneh
2023-06-20fix most c warningsAhmad Alawneh
2023-06-20Merge branch 'dev' into compare_warnJRPan
2023-06-17137 drop sector cache flexibility (#57)Fangjia Shen
Addresses accel-sim issue 137. For sector cache, the sector size must be 32B (hard-coded and not configurable) and cache line size must be set to 128B; a runtime parameter check will terminate simulation if the cache line size is not 128B.
2023-06-14Merge pull request #54 from JRPan/devJRPan
Revert QV100 config and add GV100 config
2023-06-13rename cache bankconflict stat to be more descriptiveAaron M Barnes
2023-06-13Merge branch 'dev' into devJRPan
2023-06-12order warnings fixAhmad Alawneh
2023-06-12no return warnings ngs fixAhmad Alawneh
2023-06-12more unused var fixesAhmad Alawneh
2023-06-12remove unused varsAhmad Alawneh
2023-06-12fix more Wsign warningsAhmad Alawneh
2023-06-12fix types, change int to unsigned intAhmad Alawneh
2023-06-12it is safe to to change m_updates to unsgined, the accessor returns unsigned ↵Ahmad Alawneh
anyway, it should fix warning in done() fun
2023-06-12fixing bunch of formatting warnings (#53)Ahmad Alawneh
* fixing bunch of formating warrnings * remove unintialized and unused results warnnings * revert the changes , as it doenst fix the warning --------- Co-authored-by: Fangjia Shen <[email protected]>
2023-06-10Merge pull request #42 from nothingface0/devJRPan
2023-06-08shared mem bank conflictsAaron M Barnes
2023-06-08Merge branch 'dev' into devJRPan
2023-06-08Merge pull request #48 from christindbose/aerielvision_stuffJRPan
Ported aerialvision to use python3 instead of python2
2023-06-07Merge branch 'dev' into aerielvision_stuffJRPan
2023-06-07Merge pull request #30 from rodhuega/fix_different_latencies_to_same_ex_unitJRPan
Fixed old bug that happens when there are different latencies to the …
2023-06-07Revert QV100 config and add GV100 configJRPan
2023-05-16Merge branch 'dev' into fix_different_latencies_to_same_ex_unitWilliamMTK
2023-05-16Merge pull request #49 from accel-sim/fix-issue-accel-sim-187WilliamMTK
Fix typos in accel sim issue 187
2023-05-15Merge branch 'dev' into aerielvision_stuffCesar Avalos
2023-05-11Merge branch 'dev' into fix-issue-accel-sim-187JRPan
2023-05-11Merge pull request #50 from christindbose/cache_reserve_SEGFJRPan
Added check to see if RESERVATION_FAIL happens to prevent SEGF during cache probe
2023-05-10Merge branch 'dev' into cache_reserve_SEGFJRPan
2023-05-10Added check if reservation fail happens to prevent SEGF during cache probechristindbose
2023-05-10Fix typosWeili An
2023-05-10Merge branch 'aerielvision_stuff' of ↵christindbose
https://github.com/christindbose/mgpu-gpgpu-sim_distribution into aerielvision_stuff
2023-05-10Pushed aerialvision.pychristindbose
2023-05-10Merge branch 'dev' into aerielvision_stuffJRPan
2023-05-10Merge branch 'dev' into fix_different_latencies_to_same_ex_unitJRPan
2023-05-10Merge branch 'dev' into devJRPan
2023-05-10Removed some cached fileschristindbose
2023-05-10Ported aerialvision to use python3 instead of python2christindbose