aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-05-15make gpu_tot_cycle local variable not global variableMahmoud
2019-05-08Merge pull request #2 from echoedit/devMengchi Zhang
Move GPGPU-Sim to no reentrant
2019-05-08Merge branch 'dev' of https://github.com/purdue-aalp/gpgpu-sim_distribution ↵Mahmoud
into dev-aalp
2019-05-08fixing the volta configMahmoud
2019-05-08fixing the building failMahmoud
2019-05-07fixxing indentationMahmoud
2019-05-07Merge branch 'dev' of https://github.com/mkhairy/gpgpu-sim_distribution into devMahmoud
2019-05-07enable FEM and fixed indentationMahmoud
2019-05-02Merge branch 'dev' into devTim Rogers
2019-05-02Merge pull request #109 from RedCarrottt/devTim Rogers
Fix indentation bug of AerialVision
2019-05-02Merge pull request #95 from CoffeeBeforeArch/volta_spelling_fixTim Rogers
Fix spelling from adpative -> adaptive for volta cache config
2019-05-02fixing some typos in config filesMahmoud
2019-05-02remove v100 config now till testedMahmoud
2019-05-02Merge branch 'dev' of https://github.com/gpgpu-sim/gpgpu-sim_distribution ↵Mahmoud
into dev
2019-04-25remove some config filesMahmoud
2019-04-25updating volta modelMahmoud
2019-04-25increase stat counter size to long longMahmoud
2019-04-25adding v100 config fileMahmoud
2019-04-25change name booksim fileMahmoud
2019-04-25updating titanv config fileMahmoud
2019-04-22Move ptxinfo to reentrantMengchi Zhang
Signed-off-by: Mengchi Zhang <[email protected]>
2019-04-21Fix orderMengchi Zhang
Signed-off-by: Mengchi Zhang <[email protected]>
2019-04-21Add yyerror definitionMengchi Zhang
Signed-off-by: Mengchi Zhang <[email protected]>
2019-04-21Fix declaration for yylex and yyerrorMengchi Zhang
Signed-off-by: Mengchi Zhang <[email protected]>
2019-04-21Fix cuobjdump_inMengchi Zhang
Signed-off-by: Mengchi Zhang <[email protected]>
2019-04-21Move cuobjdump parser to reentrantMengchi Zhang
Signed-off-by: Mengchi Zhang <[email protected]>
2019-04-19Merge pull request #117 from PSuchita/devTor Aamodt
Texture + Stream Bug Fix
2019-04-19Merge pull request #3 from PSuchita/gpgpu_compute_capabilityPSuchita
changes for compute capabilty
2019-04-19Merge branch 'gpgpu_compute_capability' of ↵Preyesh Dalmia
https://github.com/PSuchita/gpgpu-sim_distribution into gpgpu_compute_capability
2019-04-19updating comment to reflect the correct name of attributePreyesh Dalmia
2019-04-18Merge branch 'dev' into gpgpu_compute_capabilitypdahima
2019-04-18changes for compute capabiltyPreyesh Dalmia
2019-04-18changes for compute capability major/minorPreyesh Dalmia
2019-04-18Merge pull request #2 from PSuchita/texture-fixes-addlPSuchita
Adding additional fixes for the texture bug and adding additional configs.
2019-04-17Modified config files to add device limit configurationsSuchita Pati
2019-04-17Adding configs for device limits and fixed other misc bugsSuchita Pati
2019-04-16Adding additional fixes for the texture bugsSuchita Pati
2019-04-11adding some stats and random hashingMahmoud
2019-04-11adding local xbar and fast execution modeMahmoud
2019-04-10Adding texture FixSuchita Pati
2019-04-10Merge pull request #1 from gpgpu-sim/devPSuchita
Up-to-date with 4-10-19
2019-04-10Fix indentation bug of AerialVisionGyeonghwan Hong
2019-03-24Merge pull request #104 from deval281shah/devTor Aamodt
Instruction added to enable support for cuDNN with cuda-9.0
2019-03-24Parse bar.warp.sync as NOP operation ( which is acceptable in Stack based ↵Deval Shah
reconvergence )
2019-03-24Merge pull request #4 from gpgpu-sim/devdeval281shah
Dev
2019-03-16Merge pull request #102 from PSuchita/devTor Aamodt
Update cudaStreamDestroy function
2019-03-15Updated comment.PSuchita
2019-03-15Added comment PSuchita
Adding comment to describe the issue resolved by the previous commit related to cudaStreamDestroy.
2019-03-15Update cudaStreamDestroy functionPSuchita
Update cudaStreamDestroy's functionality to synchronize before destroying streams.
2019-03-13Merge pull request #91 from rohanmahapatra/devTor Aamodt
Updated GTX1080 config file to conform to recent changes with TensorCore pipeline stages and cache configuration.