| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-06-06 | Added support for BFE (Bit field extract) instruction. | speverel | |
| 2016-06-03 | Merge branch 'dev' of https://github.com/sspenst/gpgpu-sim_distribution into dev | speverel | |
| 2016-06-03 | Added support for %laneid SFR. Also added a notice clarifying that power ↵ | speverel | |
| modeling for GTX750Ti is currently completely untested and should not be considered supported. | |||
| 2016-06-03 | Added mergeSectionList to combine any PTX files that remain after pruning ↵ | sspenst | |
| into a single file. | |||
| 2016-06-02 | Updated parser and config file to support compute versions up to 5.2. Full ↵ | speverel | |
| support is NOT claimed; however, it has been tested to work on a number of CUDA version 7.5 benchmarks such as matrix multiply and simpleMultiGPU. | |||
| 2016-06-02 | Merge pull request #1 from speverel/dev | speverel | |
| Dev | |||
| 2016-06-02 | Merge branch 'dev' of github.com:speverel/gpgpu-sim_distribution into dev | sspenst | |
| 2016-06-02 | Added handling of .cc option for arithmetic instructions. NOTE: Only made ↵ | speverel | |
| changes to parse instructions. Carry functionality NOT fully implemented; .cc instructions function like their unmodified ueqivelents. Also modified GTX750Ti config to model L1 data cache as simply not being used for global loads (instead of not existing at all). Changed ptxinfo parsing to avoid crashing when info includes texture information. | |||
| 2016-06-02 | Merge pull request #20 from sspenst/dev | gpgpu-sim | |
| merged Scott's commits from p4 regarding the GeForceGTX750Ti configuration files | |||
| 2016-06-02 | Added handling of .cc option for arithmetic instructions. NOTE: Only made ↵ | speverel | |
| changes to parse instructions. Carry functionality NOT fully implemented; .cc instructions function like their unmodified ueqivelents. Also modified GTX750Ti config to model L1 data cache as simply not being used for global loads (instead of not existing at all). Changed ptxinfo parsing to avoid crashing when info includes texture information. | |||
| 2016-06-02 | Made additional improvements to Maxwell correlation in config file such as ↵ | Scott Peverelle | |
| merger of L1/Texture cache. [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 21837] | |||
| 2016-06-02 | Tweaked Maxwell config to improve correspondence in a number of areas; clock ↵ | Scott Peverelle | |
| speed, DRAM bus width, L2 cache size etc. Adjusted parse_and_compare to match new clock frequency as per config file. [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 21818] | |||
| 2016-06-02 | Modified config files to better represent Maxwell architecture; ↵ | Scott Peverelle | |
| specifically, changed the number of clusters, controllers, and interconnect nodes. Also modified parse_and_compare to fix an occasional division by zero bug. [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 21812] | |||
| 2016-06-02 | GeForceGTX750Ti correlation setup. Modified config file to reflect GTX750Ti ↵ | Scott Peverelle | |
| architecture. Modified shader.h to allow for larger CTA per warp, to accomodate Maxwell specs. [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 21798] | |||
| 2016-06-02 | Branch of GTX480 configs for Maxwell board | Scott Peverelle | |
| [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 21797] | |||
| 2016-06-01 | Added new GTX750Ti config files. | speverel | |
| 2016-06-01 | Added GTX750Ti config files. Also modified shader.h to support larger number ↵ | speverel | |
| of warps per CTA (64), which is necessary for Maxwell boards like the GTX750Ti. | |||
| 2016-05-16 | Merge pull request #17 from ElTantawy/dev | gpgpu-sim | |
| Initial support for 7.5 - tested on simple sdk benchmaks (e.g., template, vectorAdd, ...) | |||
| 2016-05-15 | fixing the credits | Ahmed ElTantawy | |
| 2016-05-15 | Crediting lonestartGPU in the CHANGES for their help in CUDA 5.5 support | Ahmed ElTantawy | |
| 2016-05-15 | updating CHANGES | Ahmed ElTantawy | |
| 2016-05-13 | changed gpgpu_ptxinfo_load_from_string definition for Ahmed | sspenst | |
| 2016-05-13 | changed the SM version flag for generating ptxinfo to be dynamic instead of 20 | sspenst | |
| 2016-05-13 | remove the hackish comment and assign a default identifier for CUDA>=7.5 | Ahmed ElTantawy | |
| 2016-05-13 | detailed error message when minimum found ptx capability is still larger ↵ | Ahmed ElTantawy | |
| than the maximum forced capability | |||
| 2016-05-13 | getting the parsing compatible with previous version - tested on 4.2, 5.5 ↵ | Ahmed ElTantawy | |
| and 7.5 | |||
| 2016-05-12 | added an assertion to pruneSectionList | sspenst | |
| 2016-05-12 | Merge branch 'dev' of https://github.com/ElTantawy/gpgpu-sim_distribution ↵ | sspenst | |
| into dev | |||
| 2016-05-12 | Commented out line that checks for identifier in PTX file so that sim runs ↵ | speverel | |
| in 7.5 | |||
| 2016-05-12 | Merge branch 'dev' of https://github.com/ElTantawy/gpgpu-sim_distribution ↵ | sspenst | |
| into dev | |||
| 2016-05-12 | updating Makefile and setup environment for 7.5 support | Ahmed ElTantawy | |
| 2016-05-12 | Merge branch 'dev' of https://github.com/ElTantawy/gpgpu-sim_distribution ↵ | sspenst | |
| into dev | |||
| 2016-05-12 | initial support for cuda 7.5 parsing | ElTantawy | |
| 2016-05-12 | Adding a description of the makefile changes | tgrogers | |
| 2016-05-12 | Adding in changes to put generated code files in the build directory instead ↵ | tgrogers | |
| of the source directory - since this causes issues for parallel buildwq | |||
| 2015-06-08 | Merge pull request #13 from tgrogers/dev | tayler-hetherington | |
| Getting rid of all the intermediate files that get generated into the source directory | |||
| 2015-06-06 | Merge pull request #14 from tayler-hetherington/dev | tgrogers | |
| Tayler's fix for max cycle, insn and cta | |||
| 2015-06-05 | Fixing bug with local stats not being reset on call to update_stats. Added ↵ | Tayler Hetherington | |
| code to remove the trailing newline character from the C++ name de-mangling fix. Also, fixed small bug with previous commit | |||
| 2015-06-05 | Fixing bug with max cycle/instruction/cta + bug with C++ name de-mangling ↵ | Tayler Hetherington | |
| with spaces (e.g., using templates) | |||
| 2015-06-05 | Adding a description of the makefile changes | tgrogers | |
| 2015-06-05 | Adding in changes to put generated code files in the build directory instead ↵ | tgrogers | |
| of the source directory - since this causes issues for parallel buildwq | |||
| 2015-06-01 | Merge pull request #12 from qqldd/dev | tgrogers | |
| Fixed bug #88. Initial ejection buffer and boundary buffer with the interconnection node number | |||
| 2015-04-15 | Merge pull request #10 from qqldd/dev | andrewboktor | |
| Booksim2 abandoned svn and moved to github (https://github.com/booksim/b... | |||
| 2015-04-08 | Fixed bug #88. Initial ejection buffer and boundary buffer with the ↵ | Myrice | |
| interconnection node number Signed-off-by: Myrice <[email protected]> | |||
| 2015-04-08 | Modified CHANGES for intersim2 svn removal | Myrice | |
| Signed-off-by: Myrice <[email protected]> | |||
| 2015-04-07 | Booksim2 abandoned svn and moved to github ↵ | Myrice | |
| (https://github.com/booksim/booksim2). This .svn folder is useless now and should be deleted. For further integration, a git submodule/git subtree may be used. Since I modified their source code, we cannot use git submodule/git subtree easily. Signed-off-by: Myrice <[email protected]> | |||
| 2015-03-05 | Merge pull request #9 from ElTantawy/master | andrewboktor | |
| initial support for CUDA 5.0, 5.5, 6.0 to get template from SDK running | |||
| 2015-03-05 | update setup_environment to reflect the levels of support of CUDA versions | Ahmed ElTantawy | |
| 2015-03-04 | initial support for CUDA 5.0, 5.5, 6.0 to get template from SDK running | Ahmed ElTantawy | |
| 2015-02-20 | Merge pull request #7 from andrewboktor/fix_icache | tgrogers | |
| Fixing icache bug where for each miss we also count a hit. | |||
