| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-08-21 | Stream stats (#71) | JRPan | |
| * Temp commit for Justin and Cassie to sync on code changes for adding per-stream status. * Resolved compile errors. * Removed redundant parameter * Passed cuda_stream_id from accelsim to gpgpusim * Cleaned up unused changes * Changed vector to map, having operator problems. * StreamID defaults to zero * Implemented streams to inc_stats and so on * Fixed TOTAL_ACCESS counts * Implemented GLOBAL_TIMER. * Fixed m_shader->get_kernel SEGFAULT issue in shader.cc. * Use warp_init to track streamID instead of issue_warp * Removed temp debug print * Modified cache_stats to only print data from latest finished stream Added optional arg to cache_stats::print_stats, cache_stats::print_fail_stats and their upstream functions. When streamID is specified, print stats from that stream. When not specified, print all stats. NOTE: current implementation depending on streamid never equals -1 * Removed default arg values of streamID * modified constructor of mem_fetch to pass in streamID * changed get_streamid to get_streamID * Added TODO to gpgpusim_entrypoint.cc and power_stat.cc * Only collect power stats when enabled * print last finished stream in PTX mode using last_streamID * take out additional printf * Add a field to baseline cache to indicate cache level * save gpu object in cache * Print stream ID only once per kernel * rm test print * use -1 for default stream id * cleanup debug prints * remove GLOABL_TIMER * Automated clang-format * Should be correct to print everything in power model * addressing concerns & errors * Automated clang-format * add m_stats_pw in operator+ * Automated Format --------- Co-authored-by: Justin Qiao <[email protected]> Co-authored-by: Justin Qiao <[email protected]> Co-authored-by: Tim Rogers <[email protected]> Co-authored-by: JRPan <[email protected]> Co-authored-by: purdue-jenkins <[email protected]> | |||
| 2024-08-16 | remove unused & unintilized variables & format automation (#69) | JRPan | |
| * run formatter only on PR * remove unused & unintilized variables * fix signed & unsigned comparison warning * enable merge queue * resolve conflict * in formatter, checkout the forked repo, not the base repo in PR * Try to use jenkins for formatter * Automated Format --------- Co-authored-by: purdue-jenkins <[email protected]> | |||
| 2024-07-16 | Auto clang format (#74) | Aaron Barnes | |
| * add automated clang formatter * Automated clang-format * use /bin/bash and add print * use default checkout ref * Format only after tests are success * Run CI on merge group --------- Co-authored-by: barnes88 <[email protected]> Co-authored-by: JRPAN <[email protected]> | |||
| 2024-07-12 | Reg bank patch (#41) | Aaron Barnes | |
| * remove implicit casting, cleanup unused bank_warp_shift parameter * update cu init function prototype * remove m_bank_warp_shift from function call | |||
| 2023-09-20 | LDGSTS, LDGDEPBAR and DEPBAR Implementations (#62) | Connie120 | |
| 2023-08-07 | Merge branch 'dev' into fix-stats | Aaron Barnes | |
| 2023-07-05 | Merge branch 'dev' into fix-stats | Aaron Barnes | |
| 2023-06-13 | rename cache bankconflict stat to be more descriptive | Aaron M Barnes | |
| 2023-06-12 | order warnings fix | Ahmad Alawneh | |
| 2023-06-12 | fix more Wsign warnings | Ahmad Alawneh | |
| 2023-06-12 | fix types, change int to unsigned int | Ahmad Alawneh | |
| 2022-03-23 | fix sub-core operand collector dispatch rr | Aaron M Barnes | |
| 2022-02-18 | fix trace-driven concurrency segfault | Aaron M Barnes | |
| 2022-02-01 | Update Copyrights | JRPAN | |
| 2021-10-17 | AccelWattch dev Integration | VijayKandiah | |
| 2021-08-16 | better oc selecting when sub core enabled | JRPAN | |
| 2021-08-16 | Adding restricted round robin scheduler | JRPAN | |
| 2021-05-31 | rewrite shmem_option parsing | JRPAN | |
| 2021-05-23 | format code | Mahmoud Khairy A. Abdallah | |
| 2021-05-20 | L2 breakdown - reuse mf allocator | JRPAN | |
| 2021-05-19 | moving shmem option to the base class and change the code to accept turing ↵ | Mahmoud Khairy A. Abdallah | |
| config | |||
| 2021-05-18 | sending cache block byte mask | JRPAN | |
| 2021-05-13 | run changes through clang-format | Aaron Barnes | |
| 2021-05-13 | specialized unit should be partitioned too | Aaron Barnes | |
| 2021-05-11 | fix print, move simd::issue() impl to .cc file | Aaron M Barnes | |
| 2021-05-11 | issue function needed to be constrained | Aaron Barnes | |
| 2021-05-11 | minor fixes, pure virtual calls | Aaron M Barnes | |
| 2021-05-11 | Merge branch 'sub_core_devel' of github.com:barnes88/gpgpu-sim_distribution ↵ | Aaron Barnes | |
| into sub_core_devel | |||
| 2021-05-11 | partition issue() in the shader execute stage | Aaron Barnes | |
| 2021-05-10 | cleanup find_ready | Aaron M Barnes | |
| 2021-05-10 | more cleanup | Aaron M Barnes | |
| 2021-05-10 | clean up redundant method args | Aaron Barnes | |
| 2021-05-10 | move reg_id calc to cu object init | Aaron Barnes | |
| 2021-05-10 | need at least 1 cu per sched for sub_core model, fix find_ready() reg_id | Aaron Barnes | |
| 2021-05-10 | fix find_ready reg_id | Aaron Barnes | |
| 2021-05-10 | sub core model dispatches only to assigned exec pipelines | Aaron Barnes | |
| 2021-05-09 | minor fixes | Aaron M Barnes | |
| 2020-08-01 | Merge pull request #2 from gpgpu-sim/dev | Tim Rogers | |
| Merging latest dev into of GPGPU-Sim into accel-sim | |||
| 2020-07-30 | adding support for the trace split | Mahmoud | |
| 2020-07-30 | Add Completed CTAs output in Visualizer Log | cesar-avalos3 | |
| 2020-06-27 | Getting rid of a warning | tgrogers | |
| 2020-05-30 | adding new specialization units | Mahmoud | |
| 2020-05-27 | splitting trace-driven from gpgpu-sim - part 2 | Mahmoud | |
| 2020-05-26 | splitting the trace-diven from the gpgpu-sim | Mahmoud | |
| 2020-05-23 | code refomratting | Mahmoud | |
| 2020-05-23 | Merge branch 'dev' of https://github.com/purdue-aalp/gpgpu-sim_distribution ↵ | Mahmoud | |
| into dev-traces | |||
| 2020-05-22 | code reformatting | Mahmoud | |
| 2020-03-31 | adding new comments | Mahmoud Khairy A. Abdallah | |
| 2020-03-31 | adding inst fetch throughput | Mahmoud Khairy A. Abdallah | |
| 2019-10-16 | adding perfect inst and const support | Mahmoud | |
