summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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-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
2023-02-13Merge pull request #46 from tgrogers/devJRPan
Getting rid of old email template
2023-02-11Merge branch 'dev' into devJRPan
2023-02-11Merge pull request #45 from JRPan/devJRPan
truncate the commit hash
2023-02-11Merge remote-tracking branch 'remotes/accel-sim/dev' into devtgrogers
2023-02-11Getting rid of some busted old email templatestgrogers
2023-02-11Merge branch 'dev' into devJRPan
2023-02-11truncate the commit hashJRPan
2023-02-10Merge pull request #43 from tgrogers/devTim Rogers
Merging some small changes to the setupenv
2023-02-10Taking out a comment that is no longer relevant and truncating the commit ↵tgrogers
hash to be more sane
2023-02-08Merge branch 'dev' of github.com:tgrogers/gpgpu-sim_distribution into devtgrogers
2022-12-05Added regex for non-linux platformsDimitris Papagiannis
2022-12-05Ignore YY keywords, remove whitespaceDimitris Papagiannis
2022-12-05Fixed regex for files generated by newer bison versionsDimitris Papagiannis
2022-04-14Merge pull request #32 from barnes88/fix-cu-findreadyJRPan
fix sub-core operand collector dispatch rr
2022-04-11Merge pull request #40 from notseefire/devJRPan
Fixed constant_cycle
2022-04-11Merge pull request #39 from barnes88/reg-duplicatesFJShen
fix duplicate regfile accesses within same instruction
2022-04-07Fixed constant_cyclenotseefire
2022-04-06fix duplicate regfile accesses within same instructionAaron M Barnes
2022-04-05Merge branch 'dev' into fix-cu-findreadyAaron Barnes
2022-04-04Merge pull request #35 from FJShen/patch-1JRPan
Update shader.h
2022-03-29Update shader.hFJShen
This is a relatively critical bug comparing to other memory errors that deserves early merging.
2022-03-23fix sub-core operand collector dispatch rrAaron M Barnes