| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-04-04 | Migrate gpgpu-sim build system to cmake (#66) | WilliamMTK | |
| * migrate_cmake: add package dependency checking * migrate_cmake: port setup_environment to CMake * migrate_cmake: break dependency checking and env export gen to different .cmake files * migrate_cmake: use CUDAToolkit_FOUND to test for CUDA compiler * migrate_cmake: use CUDAToolkit_FOUND to test for CUDA compiler * migrate_cmake: use CUDAToolkit_FOUND to test for CUDA compiler * migrate_cmake: properly parse for cuda version number * migrate_cmake: set highest CUDA supported to be 11.10.x * migrate_cmake: specify top level CMake file * migrate_cmake: add libcuda cmake file * migrate_cmake: use global compiler options and definitions * migrate_cmake: add cmake file to src * migrate_cmake: add cmake files for cuda-sim folder * migrate_cmake: add cmake files to gpgpu-sim folder * migrate_cmake: add cmake files for intersim * migrate_cmake: add short test using cmake * migrate_cmake: bump CXX standard requirement to 17 * Add cmake files for accelwattch * migrate_cmake: remove use of GLOB to grab source files * migrate_cmake: comment out the write protection on generated instructions.h * migrate_cmake: create sym folder and add newline to generated setup file * migrate_cmake: fix some path issues * migrate_cmake: let cmake thinks flex and bison generate CXX files * migrate_cmake: fix not linking pthread properly * migrate_cmake: remove debug message * migrate_cmake: add empty libopencl cmake file * migrate_cmake: install phase and runtime version detect * Added install phase to install the shared object and add symlinks * Changes with CUDA toolkit will be detected and triggered a rebuild * GPGPU-Sim detailed version string will be updated on each build * Typo fix and fix correct bin dir * Replace gcc -> g++ in intersim * ignore setup * check CMAKE_BUILD_TYPE * set DCMAKE_BUILD_TYPE --------- Co-authored-by: JRPAN <[email protected]> | |||
| 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 all_warn | Ahmad Alawneh | |
| 2023-07-05 | Merge branch 'dev' into fix-stats | Aaron Barnes | |
| 2023-06-20 | ignore lex warnings | Ahmad Alawneh | |
| 2023-06-20 | fix most c warnings | Ahmad Alawneh | |
| 2023-06-20 | Merge branch 'dev' into compare_warn | JRPan | |
| 2023-06-17 | 137 drop sector cache flexibility (#57) | Fangjia Shen | |
| Addresses accel-sim issue 137. For sector cache, the sector size must be 32B (hard-coded and not configurable) and cache line size must be set to 128B; a runtime parameter check will terminate simulation if the cache line size is not 128B. | |||
| 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 | no return warnings ngs fix | Ahmad Alawneh | |
| 2023-06-12 | more unused var fixes | Ahmad Alawneh | |
| 2023-06-12 | remove unused vars | Ahmad Alawneh | |
| 2023-06-12 | fix more Wsign warnings | Ahmad Alawneh | |
| 2023-06-12 | fix types, change int to unsigned int | Ahmad Alawneh | |
| 2023-06-12 | it is safe to to change m_updates to unsgined, the accessor returns unsigned ↵ | Ahmad Alawneh | |
| anyway, it should fix warning in done() fun | |||
| 2023-06-12 | fixing bunch of formatting warnings (#53) | Ahmad Alawneh | |
| * fixing bunch of formating warrnings * remove unintialized and unused results warnnings * revert the changes , as it doenst fix the warning --------- Co-authored-by: Fangjia Shen <[email protected]> | |||
| 2023-06-08 | shared mem bank conflicts | Aaron M Barnes | |
| 2023-06-08 | Merge branch 'dev' into dev | JRPan | |
| 2023-05-16 | Merge branch 'dev' into fix_different_latencies_to_same_ex_unit | WilliamMTK | |
| 2023-05-11 | Merge branch 'dev' into fix-issue-accel-sim-187 | JRPan | |
| 2023-05-10 | Added check if reservation fail happens to prevent SEGF during cache probe | christindbose | |
| 2023-05-10 | Fix typos | Weili An | |
| 2023-05-10 | Merge branch 'dev' into fix_different_latencies_to_same_ex_unit | JRPan | |
| 2022-12-05 | Added regex for non-linux platforms | Dimitris Papagiannis | |
| 2022-12-05 | Ignore YY keywords, remove whitespace | Dimitris Papagiannis | |
| 2022-12-05 | Fixed regex for files generated by newer bison versions | Dimitris Papagiannis | |
| 2022-04-14 | Merge pull request #32 from barnes88/fix-cu-findready | JRPan | |
| fix sub-core operand collector dispatch rr | |||
| 2022-04-11 | Merge pull request #40 from notseefire/dev | JRPan | |
| Fixed constant_cycle | |||
| 2022-04-07 | Fixed constant_cycle | notseefire | |
| 2022-04-06 | fix duplicate regfile accesses within same instruction | Aaron M Barnes | |
| 2022-03-29 | Update shader.h | FJShen | |
| This is a relatively critical bug comparing to other memory errors that deserves early merging. | |||
| 2022-03-23 | fix sub-core operand collector dispatch rr | Aaron M Barnes | |
| 2022-02-25 | Fixed old bug that happens when there are different latencies to the same ↵ | Rodrigo Huerta | |
| execution unit | |||
| 2022-02-18 | update max_concurrent kernel based on compute capability | Aaron M Barnes | |
| 2022-02-18 | fix trace-driven concurrency segfault | Aaron M Barnes | |
| 2022-02-15 | set default max concurrent ctas to 32 and validate | 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-06-22 | WT in lazy fetch on read | JRPAN | |
| 2021-06-16 | correct dirty counter | JRPAN | |
| 2021-06-03 | minor improvements | JRPAN | |
| 2021-06-03 | update readable | JRPAN | |
| 2021-05-31 | rewrite shmem_option parsing | JRPAN | |
| 2021-05-23 | format code | Mahmoud Khairy A. Abdallah | |
| 2021-05-21 | cast to float - dirty line percentage | JRPAN | |
| 2021-05-20 | L2 breakdown - reuse mf allocator | JRPAN | |
