summaryrefslogtreecommitdiff
path: root/src/gpgpu-sim/shader.cc
AgeCommit message (Collapse)Author
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 ↵Mahmoud Khairy A. Abdallah
config
2021-05-19fixing the failing of mergingMahmoud Khairy A. Abdallah
2021-05-19Merge branch 'dev' of https://github.com/accel-sim/gpgpu-sim_distribution ↵Mahmoud Khairy A. Abdallah
into dev
2021-05-19add checking on spec unit in subcoreMahmoud Khairy A. Abdallah
2021-05-19Merge branch 'dev' into adaptive-cacheJRPan
2021-05-19Use cache config multipilier when possibleJRPAN
2021-05-19formatting againJRPAN
2021-05-18adaptive cache - updateJRPAN
2021-05-18Add WT to lazy_fetch_on_readJRPAN
2021-05-18sending cache block byte maskJRPAN
2021-05-18store ack for new wapsJRPAN
2021-05-18Merge branch 'dev' of https://github.com/accel-sim/gpgpu-sim_distribution ↵Mahmoud Khairy A. Abdallah
into dev
2021-05-17specialized unit get_ready() was missing subcoreAaron Barnes
2021-05-17code refactoring cycle()Mahmoud Khairy A. Abdallah
2021-05-15moving reg file read to read_operands function as beforeMahmoud Khairy A. Abdallah
2021-05-15fixing streaming cache based on recent ubenchMahmoud Khairy A. Abdallah
2021-05-13run changes through clang-formatAaron Barnes
2021-05-13specialized unit should be partitioned tooAaron Barnes
2021-05-12rm unnecessary instr getAaron Barnes
2021-05-12remove printsAaron Barnes
2021-05-12fix prints / segfaultAaron M 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-11add prints for ex issue validationAaron M Barnes
2021-05-11minor fixes, pure virtual callsAaron M Barnes
2021-05-11Merge branch 'sub_core_devel' of github.com:barnes88/gpgpu-sim_distribution ↵Aaron Barnes
into sub_core_devel
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-10fix assertAaron 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-10remove printsAaron Barnes
2021-05-10dont need du idAaron M Barnes
2021-05-10fix find_ready reg_idAaron Barnes
2021-05-10minor fix accessing duAaron M Barnes
2021-05-10sub core model dispatches only to assigned exec pipelinesAaron Barnes
2021-05-09validated collector unit partitioning based on schedulerAaron M Barnes
2021-05-09useful print statementAaron M Barnes
2021-05-09minor fixesAaron M Barnes
2021-05-09parition CU allocation, add printsAaron Barnes