summaryrefslogtreecommitdiff
path: root/src/gpgpu-sim/shader.h
AgeCommit message (Expand)Author
2025-02-18A bunch of maintenance fixes, the largest of which is getting the PTX simulat...Tim Rogers
2024-12-11Add SST integration into gpgpusim (#44)WilliamMTK
2024-08-21Stream stats (#71)JRPan
2024-08-16remove unused & unintilized variables & format automation (#69)JRPan
2024-07-16Auto clang format (#74)Aaron Barnes
2024-07-12Reg bank patch (#41)Aaron Barnes
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-12order warnings fixAhmad Alawneh
2023-06-12fix more Wsign warningsAhmad Alawneh
2023-06-12fix types, change int to unsigned intAhmad Alawneh
2022-03-23fix sub-core operand collector dispatch rrAaron M Barnes
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-05-31rewrite shmem_option parsingJRPAN
2021-05-23format codeMahmoud Khairy A. Abdallah
2021-05-20L2 breakdown - reuse mf allocatorJRPAN
2021-05-19moving shmem option to the base class and change the code to accept turing co...Mahmoud Khairy A. Abdallah
2021-05-18sending cache block byte maskJRPAN
2021-05-13run changes through clang-formatAaron Barnes
2021-05-13specialized unit should be partitioned tooAaron Barnes
2021-05-11fix print, move simd::issue() impl to .cc fileAaron M Barnes
2021-05-11issue function needed to be constrainedAaron Barnes
2021-05-11minor fixes, pure virtual callsAaron M Barnes
2021-05-11Merge branch 'sub_core_devel' of github.com:barnes88/gpgpu-sim_distribution i...Aaron Barnes
2021-05-11partition issue() in the shader execute stageAaron Barnes
2021-05-10cleanup find_readyAaron M Barnes
2021-05-10more cleanupAaron M Barnes
2021-05-10clean up redundant method argsAaron Barnes
2021-05-10move reg_id calc to cu object initAaron Barnes
2021-05-10need at least 1 cu per sched for sub_core model, fix find_ready() reg_idAaron Barnes
2021-05-10fix find_ready reg_idAaron Barnes
2021-05-10sub core model dispatches only to assigned exec pipelinesAaron Barnes
2021-05-09minor fixesAaron M Barnes
2020-08-01Merge pull request #2 from gpgpu-sim/devTim Rogers
2020-07-30adding support for the trace splitMahmoud
2020-07-30Add Completed CTAs output in Visualizer Logcesar-avalos3
2020-06-27Getting rid of a warningtgrogers
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 i...Mahmoud
2020-05-22code reformattingMahmoud
2020-03-31adding new commentsMahmoud Khairy A. Abdallah