| 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]> | |||
| 2024-04-04 | Merge pull request #52 from tgrogers/dev | JRPan | |
| Adding a non-zero return on error | |||
| 2024-04-04 | Merge branch 'dev' into dev | JRPan | |
| 2024-02-05 | Merge pull request #65 from accel-sim/dev-ci | JRPan | |
| rename ci tests | |||
| 2024-02-05 | rename ci tests | JRPan | |
| 2024-01-29 | Merge pull request #64 from accel-sim/dev-github-ci | WilliamMTK | |
| Adding GitHub CI | |||
| 2024-01-26 | remove fermi and add newer gen cards | JRPan | |
| 2024-01-26 | fix dubious ownership | JRPan | |
| 2024-01-24 | Merge branch 'dev' into dev-github-ci | JRPan | |
| 2024-01-24 | uses actions/checkout@v4 | JRPan | |
| 2024-01-24 | update CI scripts | JRPan | |
| 2024-01-24 | Merge branch 'dev' into dev | JRPan | |
| 2024-01-24 | Merge pull request #63 from accel-sim/FJShen-patch-1 | JRPan | |
| Update gpgpusim.config | |||
| 2024-01-22 | Adding Github Actino CI | JRPan | |
| 2024-01-10 | Merge branch 'dev' into dev | JRPan | |
| 2023-12-18 | Update gpgpusim.config | Fangjia Shen | |
| Fixed an outdated comment line | |||
| 2023-09-20 | LDGSTS, LDGDEPBAR and DEPBAR Implementations (#62) | Connie120 | |
| 2023-08-15 | Merge pull request #58 from barnes88/fix-stats | Aaron Barnes | |
| shared mem bank conflicts | |||
| 2023-08-07 | Merge branch 'dev' into fix-stats | Aaron Barnes | |
| 2023-07-06 | Merge pull request #59 from LAhmos/all_warn | Ahmad Alawneh | |
| 2023-07-05 | Merge branch 'dev' into all_warn | Ahmad Alawneh | |
| 2023-07-05 | Merge branch 'dev' into fix-stats | Aaron Barnes | |
| 2023-06-27 | Merge branch 'dev' into dev | JRPan | |
| 2023-06-20 | Merge pull request #55 from LAhmos/compare_warn | Ahmad Alawneh | |
| Compare warnings | |||
| 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-17 | Merge branch 'dev' into dev | JRPan | |
| 2023-06-14 | Merge pull request #54 from JRPan/dev | JRPan | |
| Revert QV100 config and add GV100 config | |||
| 2023-06-13 | rename cache bankconflict stat to be more descriptive | Aaron M Barnes | |
| 2023-06-13 | Merge branch 'dev' into dev | JRPan | |
| 2023-06-13 | Merge branch 'dev' into dev | JRPan | |
| 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-10 | Merge pull request #42 from nothingface0/dev | JRPan | |
| 2023-06-08 | shared mem bank conflicts | Aaron M Barnes | |
| 2023-06-08 | Merge branch 'dev' into dev | JRPan | |
| 2023-06-08 | Merge pull request #48 from christindbose/aerielvision_stuff | JRPan | |
| Ported aerialvision to use python3 instead of python2 | |||
| 2023-06-07 | Merge branch 'dev' into aerielvision_stuff | JRPan | |
| 2023-06-07 | Merge pull request #30 from rodhuega/fix_different_latencies_to_same_ex_unit | JRPan | |
| Fixed old bug that happens when there are different latencies to the … | |||
| 2023-06-07 | Revert QV100 config and add GV100 config | JRPan | |
| 2023-05-19 | Merge branch 'dev' into dev | Tim Rogers | |
| 2023-05-19 | thowing an error flag on failure | tgrogers | |
