summaryrefslogtreecommitdiff
path: root/src/gpgpu-sim/shader.cc
AgeCommit message (Collapse)Author
2020-05-30adding new specialization unitsMahmoud
2020-05-27splitting trace-driven from gpgpu-sim - part 2Mahmoud
2020-05-26splitting the trace-diven from the gpgpu-simMahmoud
2020-05-23code refomrattingMahmoud
2020-05-23Merge branch 'dev' of https://github.com/purdue-aalp/gpgpu-sim_distribution ↵Mahmoud
into dev-traces
2020-05-22code reformattingMahmoud
2020-05-18fixing some failing appsMahmoud Khairy A. Abdallah
2020-04-07Merge remote-tracking branch 'localpub/dev' into devtgrogers
2020-03-31adding new commentsMahmoud Khairy A. Abdallah
2020-03-31fixing the RF assertionMahmoud Khairy A. Abdallah
2020-03-31adding some RF statsMahmoud Khairy A. Abdallah
2020-03-31adding inst fetch throughputMahmoud Khairy A. Abdallah
2020-03-26increase inst fetch thoughputMahmoud Khairy A. Abdallah
2020-03-26fixing core fetch bwMahmoud Khairy A. Abdallah
2020-02-13fixing pascalMahmoud Khairy A. Abdallah
2019-11-21fixing the access alignment in trace-driven modeMahmoud
2019-11-20fixing atomic bug in trace-driven modeMahmoud
2019-11-15invalidate l1 cache at membar - fixingMahmoud
2019-11-15invalidate l1 cache at membarMahmoud
2019-11-14fixing the missing instruction bug in trace-driven modeMahmoud
2019-11-12handling the atomics in trace-driven and add the missing two instructions of ↵Mahmoud
Nvbits
2019-10-25Add a new config option to cap the max number of completed CTAsNick
2019-10-16adding perfect inst and const supportMahmoud
2019-09-30trace driven static linking and fixing the inst count bugMahmoud
2019-09-23fixing reformattingMahmoud
2019-09-20removing some comments and refectoring the codeMahmoud
2019-09-19support trace-driven and changing the shader.ccMahmoud
2019-09-16Merge branch 'dev' of https://github.com/purdue-aalp/gpgpu-sim_distribution ↵Mahmoud
into dev-private
2019-09-13Seems like multiple passes for reformatting commentsNick
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-13Revert "Add additional formatting pass on directories"Nick
This reverts commit ca563ea85ead434e0d579026b5e66e829af5efe5.
2019-09-13Add additional formatting pass on directoriesNick
2019-09-13Add src/gpgpu-sim formattingNick
2019-09-12Merge branch 'dev' of https://github.com/purdue-aalp/gpgpu-sim_distribution ↵Mahmoud
into dev-private
2019-09-12Merge branch 'dev' of https://github.com/purdue-aalp/gpgpu-sim_distribution ↵Mahmoud
into dev-traces
2019-08-30Merge branch 'dev-nvidia' into dev-privateMahmoud
2019-08-30update the adaptive cache behaviour and make L1 fully assoc in VoltaMahmoud
2019-08-26Merge branch 'dev' into fix_warningsRoland Green
2019-08-26Fix a bunch of outstanding warnings and undefined behaviorNick
2019-08-26Merge branch 'dev-nvidia' into dev-privateMahmoud
2019-08-26Banked L1, adding iSLIP and RR arbiteratio and adding some commentsMahmoud
2019-07-21take account of shfl latencyboyealKim
2019-07-15adding the new elapsed_cycles_sm_tot statsMahmoud
2019-07-15Move s_g_pc_to_insnMengchi Zhang
Signed-off-by: Mengchi Zhang <[email protected]>
2019-07-14Move sm_next_access_uidMengchi Zhang
Signed-off-by: Mengchi Zhang <[email protected]>
2019-07-10Move cdp_latencyMengchi Zhang
Signed-off-by: Mengchi Zhang <[email protected]>
2019-07-10Move g_pc_to_finfoMengchi Zhang
Signed-off-by: Mengchi Zhang <[email protected]>
2019-07-09Move opcode_latency_*Mengchi Zhang
Signed-off-by: Mengchi Zhang <[email protected]>
2019-07-08Move opcode_latency_int thus pass gpgpu_context into many classesMengchi Zhang
Signed-off-by: Mengchi Zhang <[email protected]>