summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-03-29Update shader.hFJShen
2022-03-23fix sub-core operand collector dispatch rrAaron M Barnes
2022-02-25Fixed old bug that happens when there are different latencies to the same exe...Rodrigo Huerta
2022-02-18update max_concurrent kernel based on compute capabilityAaron M Barnes
2022-02-18fix trace-driven concurrency segfaultAaron M Barnes
2022-02-15set default max concurrent ctas to 32 and validateAaron 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-22WT in lazy fetch on readJRPAN
2021-06-16correct dirty counterJRPAN
2021-06-03minor improvementsJRPAN
2021-06-03update readableJRPAN
2021-05-31rewrite shmem_option parsingJRPAN
2021-05-23format codeMahmoud Khairy A. Abdallah
2021-05-21cast to float - dirty line percentageJRPAN
2021-05-20L2 breakdown - reuse mf allocatorJRPAN
2021-05-20fix merge conflictJRPAN
2021-05-19eliminate redundant code in gpu-cache.hMahmoud Khairy A. Abdallah
2021-05-19rename set_dirty_byte_maskMahmoud Khairy A. Abdallah
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
2021-05-19fixing the failing of mergingMahmoud Khairy A. Abdallah
2021-05-19Merge branch 'dev' of https://github.com/accel-sim/gpgpu-sim_distribution int...Mahmoud Khairy A. Abdallah
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-19minor improvementsJRPAN
2021-05-19formatting againJRPAN
2021-05-19re-wording/formattingJRPAN
2021-05-18adaptive cache - updateJRPAN
2021-05-18new configs - adaptive cache and cache write ratioJRPAN
2021-05-18Add WT to lazy_fetch_on_readJRPAN
2021-05-18remove runtime check of dirty counterJRPAN
2021-05-18reset dirty counterJRPAN
2021-05-18check sector readable only on readsJRPAN
2021-05-18remove MSHR_HIT from cache total accessJRPAN
2021-05-18dirty counter not resetting after kernel finishJRPAN
2021-05-18solve deadlock for non-sectored cache configsJRPAN
2021-05-18set byte mask on fillJRPAN
2021-05-18sending byte mask for all policiesJRPAN
2021-05-18little bug fix - flush()JRPAN
2021-05-18update mf breakdown at L2JRPAN
2021-05-18sending cache block byte maskJRPAN
2021-05-18store ack for new wapsJRPAN
2021-05-18dirty counter added. NO increamenting yetJRPAN
2021-05-18Merge branch 'dev' of https://github.com/accel-sim/gpgpu-sim_distribution int...Mahmoud Khairy A. Abdallah
2021-05-18Merge pull request #12 from barnes88/sub_core_develmkhairy
2021-05-17specialized unit get_ready() was missing subcoreAaron Barnes