summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-05-04fix sb release bug for static xor shuffleHEADmainDavit Grigoryan
2026-05-01fix double sb from fifo rotations during intra coissueDavit Grigoryan
2026-05-01make sure max 1 intra coissue for primary warpDavit Grigoryan
2026-04-30fix no compaction sb deadlockDavit Grigoryan
2026-04-30add hw-realistic co-issue scheduling policiesDavit Grigoryan
2026-04-29impl option w/ only 2 SBs; stall so SBs are cleared before div or reconvDavit Grigoryan
2026-04-28critical fix - add option to have masks for SB entriesDavit Grigoryan
2026-04-28fix atomic counters; add more dbg printsDavit Grigoryan
2026-04-27fix co-issue scheduling pc assertionsDavit Grigoryan
2026-04-27add debug scoreboard stats countingDavit Grigoryan
2026-04-24fix proper conflict counter for shrd mem accessesDavit Grigoryan
2026-04-24fix global mem reqs coalescingDavit Grigoryan
2026-04-24impl mixed-space mem instruction co-issuingDavit Grigoryan
2026-04-23co-issue global mem requestsDavit Grigoryan
2026-04-22more stats for co-issuingDavit Grigoryan
2026-04-19add option for dbg printsDavit Grigoryan
2026-04-18add more scheduling policies; update stats countersDavit Grigoryan
2026-04-18impl xor lane shuffling; add delay option for operand readsDavit Grigoryan
2026-04-14create separate scoreboard for I-Buf's second slot; fix other minor issuesDavit Grigoryan
2026-04-13impl intra-warp co-issuingDavit Grigoryan
2026-04-12impl thread compactionDavit Grigoryan
2026-04-11make operand collector mimd-awareDavit Grigoryan
2026-04-11initial impl of mimd timing modelDavit Grigoryan
2026-04-08add simple simd lane set partitioningDavit Grigoryan
2026-03-30initial its implDavit Grigoryan
2026-01-22Partial Revert "Fix correlation on A100 CUTLASS GEMM Kernels (#127)" (#133)JRPan
* Partial Revert "Fix correlation on A100 CUTLASS GEMM Kernels (#127)" This reverts commit 987a23f84f8705c0566a47aeda2132fa33a82618. Only reverting the kernel issue part - issue_block2core. Co-Authored-By: Claude Opus 4.5 <[email protected]> * Modernize latency array declarations with C++17 style - Replace C-style arrays with std::array for type safety - Add zero-initialization using {} for arrays - Add explicit zero-initialization for scalar latency variables - Add #include <array> header Co-Authored-By: Claude Opus 4.5 <[email protected]> * format code --------- Co-authored-by: Claude Opus 4.5 <[email protected]>
2025-09-25Override CMkale flags to enable assertion in release builds (#132)JRPan
2025-09-07Update gpgpusim.config (#130)Ahmad Alawneh
2025-09-07Update gpgpusim.config (#129)Ahmad Alawneh
* Update gpgpusim.config * Update gpgpusim.config
2025-09-07get stream ID retrieval from warp and clean up conditional checks in ↵JRPan
issue_block2core function. (#128)
2025-09-03Fix correlation on A100 CUTLASS GEMM Kernels (#127)JRPan
* 1. Add a queue to promote fairness CTA scheduling 2. Add a Perfect xbar interconnect option * remove merge queue * Should not change this * rename pending cta to allocated_ctas * run formatter
2025-08-19running formatter (#126)JRPan
* running formatter * consolidate CI runs * use cluster to run formatter * use cluster to run formatter * Add a CI-Success step
2025-07-12clock64 temp fix (#125)Ahmad Alawneh
* clock64 temp fix * comment
2025-07-09add v2 of device proprites (#124)Ahmad Alawneh
2025-07-04Update ci (#119)WilliamMTK
* update_ci: use test matrix * update_ci: add updated test script and better name * update_ci: use minimal image for accelsim test as well * update_ci: use github image for sst run * update_ci: revert main yaml
2025-07-04i_love_zsh: make setup script universal for other shells (#122)WilliamMTK
* i_love_zsh: make setup script universal for other shells * Update setup_environment Co-authored-by: Copilot <[email protected]> * Update setup_environment Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Copilot <[email protected]>
2025-06-19rename conf (#123)Ahmad Alawneh
2025-06-01add a100 conf (#120)Ahmad Alawneh
* add a100 conf * change l1 write ratio
2025-05-14Performance improvements (#67)JRPan
* performance inprovements * use node_id before incremented * Cleanup iSLIP * run set_dram_power_stats only when power model enabled --------- Co-authored-by: WilliamMTK <[email protected]>
2025-04-23Fix for the circular dependency issue (#116)yechen3
* Update the AccelSim test script to target the repo specified by the user. * Change the warning for a missing ACCELSIM_REPO environment variable to an error and update workflow file to point to a temperory fix for circular dependency issue * fix the repo name * Change back to use dev branch
2025-04-21fix a bug , we inc number of inst without checking if inst is null (#114)Ahmad Alawneh
2025-04-17change function name (#113)Ahmad Alawneh
2025-04-17adding a function to check active status of a thread (#112)Ahmad Alawneh
2025-04-01Adding a check for OpenGL (#111)Tim Rogers
GPGPU-Sim needs libGL.so or the link fails.
2025-03-14update_readme: add CMake, devcontainer, and SST documentation (#108)WilliamMTK
* update_readme: add CMake, devcontainer, and SST * update_readme: fix branch for sst-elements * update_readme: fix typos
2025-03-12Corrected offset for args in printf (#84)Athish Pranav D
Signed-off-by: Athishpranav2003 <[email protected]> Co-authored-by: Anu <[email protected]> Co-authored-by: WilliamMTK <[email protected]>
2025-03-06sst-integration-stream: make SST integration works with streams (#103)WilliamMTK
* sst-integration-stream: add apis to make SST integration works with stream * Add dev container specs
2025-02-24fix_cudaStreamSynchronize: fix the issue (#100)WilliamMTK
2025-02-22Changed to use the new image (#89)Connie120
* Gcc13 support (#87) * Update setup_environment Sims should work with latest CUDA * Update setup_environment Throwing an error on updating CUDA is a bit much. Let's warn them * Update main.yml Turning off the format code for now. Currently, set up to run on an internal cluster. Needs testing on docker. * fix gcc13 unit64 missing header --------- Co-authored-by: Tor Aamodt <[email protected]> Co-authored-by: Tim Rogers <[email protected]> * Cuda12 support (#86) * Update setup_environment Sims should work with latest CUDA * Update setup_environment Throwing an error on updating CUDA is a bit much. Let's warn them * Update main.yml Turning off the format code for now. Currently, set up to run on an internal cluster. Needs testing on docker. * added support to cuda 12, by predicating texuture cache * format code --------- Co-authored-by: Tor Aamodt <[email protected]> Co-authored-by: Tim Rogers <[email protected]> * Changed to use the new image * merge upstream (#88) * Update setup_environment Sims should work with latest CUDA * Update setup_environment Throwing an error on updating CUDA is a bit much. Let's warn them * Update main.yml Turning off the format code for now. Currently, set up to run on an internal cluster. Needs testing on docker. --------- Co-authored-by: Tor Aamodt <[email protected]> * Updated docker image * Update CMakeLists.txt Support CUDA 12 --------- Co-authored-by: Ahmad Alawneh <[email protected]> Co-authored-by: Tor Aamodt <[email protected]> Co-authored-by: Tim Rogers <[email protected]> Co-authored-by: Ni Kang <[email protected]>
2025-02-18Fix cache string description in config files (#96)WilliamMTK
* fix_cache_string: update cache desc in config files and remove typos * fix_cache_string: update gitignore