summaryrefslogtreecommitdiff
path: root/src/gpgpu-sim/local_interconnect.h
AgeCommit message (Collapse)Author
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
2020-05-23code refomrattingMahmoud
2020-05-23Merge branch 'dev' of https://github.com/purdue-aalp/gpgpu-sim_distribution ↵Mahmoud
into dev-traces
2019-10-16adding new stats, verbose, granting arbit in the local xbarMahmoud
2019-09-13Big reformat change using clang-format-6.0Nick
2019-09-13Revert "Add src/gpgpu-sim formatting"Nick
This reverts commit 9c9b1341613e767f306b2b73b5b8a5317b6ee563.
2019-09-13Add src/gpgpu-sim formattingNick
2019-08-26missing some files to addMahmoud
2019-07-30changing x-bar algorithm to islipshen203
2019-05-07enable FEM and fixed indentationMahmoud
2019-04-11adding some stats and random hashingMahmoud
2019-04-11adding local xbar and fast execution modeMahmoud