| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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]> | |||
| 2022-02-01 | Update Copyrights | JRPAN | |
| 2021-10-17 | AccelWattch dev Integration | VijayKandiah | |
| 2020-05-31 | adding the virtual method back to gpgpu-sim class | Mahmoud | |
| 2020-05-31 | fixing TEX error maapping by removing virtual member form gpgpu-sim class | Mahmoud | |
| 2020-05-27 | splitting trace-driven from gpgpu-sim - part 2 | 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-02-09 | adding kepler sass, skip-first-kernel and update config file | Mahmoud Khairy A. Abdallah | |
| 2019-11-15 | invalidate l1 cache at membar - fixing | Mahmoud | |
| 2019-10-25 | Add a new config option to cap the max number of completed CTAs | Nick | |
| 2019-10-16 | adding kernel latency | Mahmoud | |
| 2019-09-13 | Seems like multiple passes for reformatting comments | Nick | |
| 2019-09-13 | Big reformat change using clang-format-6.0 | Nick | |
| 2019-09-13 | Revert "Add src/gpgpu-sim formatting" | Nick | |
| This reverts commit 9c9b1341613e767f306b2b73b5b8a5317b6ee563. | |||
| 2019-09-13 | Revert "Add additional formatting pass on directories" | Nick | |
| This reverts commit ca563ea85ead434e0d579026b5e66e829af5efe5. | |||
| 2019-09-13 | Add additional formatting pass on directories | Nick | |
| 2019-09-13 | Add src/gpgpu-sim formatting | Nick | |
| 2019-09-12 | Merge branch 'dev' of https://github.com/purdue-aalp/gpgpu-sim_distribution ↵ | Mahmoud | |
| into dev-traces | |||
| 2019-09-04 | adding trace class and parss kernel info | Mahmoud | |
| 2019-08-30 | Making the max cycles/inst counters 64 bits | tgrogers | |
| 2019-08-23 | fixing CUDA 10 fail | Mahmoud | |
| 2019-08-22 | Merge branch 'dev' of https://github.com/purdue-aalp/gpgpu-sim_distribution ↵ | Mahmoud | |
| into dev-private | |||
| 2019-07-29 | adding simple dram model | Mahmoud | |
| 2019-07-15 | adding the new elapsed_cycles_sm_tot stats | Mahmoud | |
| 2019-07-14 | Move sm_next_access_uid | Mengchi Zhang | |
| Signed-off-by: Mengchi Zhang <[email protected]> | |||
| 2019-07-11 | Move g_watchpoint_hits | Mengchi Zhang | |
| Signed-off-by: Mengchi Zhang <[email protected]> | |||
| 2019-07-08 | Move g_ptx_sim_num_insn | Mengchi Zhang | |
| Signed-off-by: Mengchi Zhang <[email protected]> | |||
| 2019-07-08 | Move cp_count | Mengchi Zhang | |
| Signed-off-by: Mengchi Zhang <[email protected]> | |||
| 2019-07-08 | Move opcode_latency_int thus pass gpgpu_context into many classes | Mengchi Zhang | |
| Signed-off-by: Mengchi Zhang <[email protected]> | |||
| 2019-07-03 | Remove g_filename | Mengchi Zhang | |
| Signed-off-by: Mengchi Zhang <[email protected]> | |||
| 2019-07-03 | Add backward pointer to gpgpu_sim | Mengchi Zhang | |
| Signed-off-by: Mengchi Zhang <[email protected]> | |||
| 2019-06-05 | adding new cuda 9 APIs to run the deepbench workloads | Mahmoud | |
| 2019-05-16 | fixing the link symbol error | Mahmoud | |
| 2019-05-15 | make gpu_tot_cycle local variable not global variable | Mahmoud | |
| 2019-05-02 | Merge branch 'dev' of https://github.com/gpgpu-sim/gpgpu-sim_distribution ↵ | Mahmoud | |
| into dev | |||
| 2019-04-18 | changes for compute capabilty | Preyesh Dalmia | |
| 2019-04-17 | Adding configs for device limits and fixed other misc bugs | Suchita Pati | |
| 2019-04-11 | adding some stats and random hashing | Mahmoud | |
| 2018-11-09 | changes for checkpoint support | Deval Shah | |
| 2018-11-09 | resolving merge conflict | Deval Shah | |
| 2018-10-09 | Adding in an occupancy metric to match the nvprof metric | tgrogers | |
| 2018-10-07 | Unrolling Aksahy's stats - as they seem to be really screwing things up. | tgrogers | |
| 2018-05-01 | Added support for -gpgpu_registers_per_block config | Suchita Pati | |
| 2018-04-10 | added config -gpgpu_shmem_per_block and fixed cudaGetDeviceAttributes function | Suchita Pati | |
| 2018-03-22 | Change 252 by jain156@akshayj-lt1 on 2017/05/29 10:51:32 | Akshay Jain | |
| Checking in the data footprint stats as reported in the micro paper. The implementation uses gpgpu pointer, due to which I don't feel fine pushing to mainline. May be I can do the stats check and increment in l2cache.cc through a public function to avoid exposing gpgpu pointer to public | |||
| 2017-11-18 | fixing a stupid inheritance bug | tgrogers | |
| 2017-11-18 | Making the perf sim copy optional, getting rid of an assert that will happen ↵ | tgrogers | |
| with the new hack and incrementing the cycle so that cudamemcopies take some time (if we don't do this the LRU in the cache does not work) | |||
| 2017-11-18 | vectoradd is successfully filling the l2 | tgrogers | |
