summaryrefslogtreecommitdiff
path: root/src/gpgpu-sim/shader.cc
AgeCommit message (Expand)Author
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
2025-09-07get stream ID retrieval from warp and clean up conditional checks in issue_bl...JRPan
2025-09-03Fix correlation on A100 CUTLASS GEMM Kernels (#127)JRPan
2025-08-19running formatter (#126)JRPan
2025-04-21fix a bug , we inc number of inst without checking if inst is null (#114)Ahmad Alawneh
2024-12-11Add SST integration into gpgpusim (#44)WilliamMTK
2024-08-21Stream stats (#71)JRPan
2024-07-16Auto clang format (#74)Aaron Barnes
2024-07-12Reg bank patch (#41)Aaron Barnes
2024-06-22Add missing increment part for m_pending_ldgsts with minor fix (#72)Wonhyuk Yang
2023-09-20LDGSTS, LDGDEPBAR and DEPBAR Implementations (#62)Connie120
2023-08-07Merge branch 'dev' into fix-statsAaron Barnes
2023-07-05Merge branch 'dev' into fix-statsAaron Barnes
2023-06-13rename cache bankconflict stat to be more descriptiveAaron M Barnes
2023-06-12more unused var fixesAhmad Alawneh
2023-06-12fix more Wsign warningsAhmad Alawneh
2023-06-12fix types, change int to unsigned intAhmad Alawneh
2023-06-12fixing bunch of formatting warnings (#53)Ahmad Alawneh
2023-06-08shared mem bank conflictsAaron M Barnes
2023-05-10Merge branch 'dev' into fix_different_latencies_to_same_ex_unitJRPan
2022-04-11Merge pull request #40 from notseefire/devJRPan
2022-04-07Fixed constant_cyclenotseefire
2022-04-06fix duplicate regfile accesses within same instructionAaron M Barnes
2022-02-25Fixed old bug that happens when there are different latencies to the same exe...Rodrigo Huerta
2022-02-18fix trace-driven concurrency segfaultAaron M Barnes
2022-02-01Update CopyrightsJRPAN
2021-10-17AccelWattch dev IntegrationVijayKandiah
2021-08-16better oc selecting when sub core enabledJRPAN
2021-08-16Adding restricted round robin schedulerJRPAN
2021-06-03minor improvementsJRPAN
2021-05-23format codeMahmoud Khairy A. Abdallah
2021-05-20L2 breakdown - reuse mf allocatorJRPAN
2021-05-19moving the unified size from the base class config to l1 configMahmoud Khairy A. Abdallah
2021-05-19moving shmem option to the base class and change the code to accept turing co...Mahmoud Khairy A. Abdallah