aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-02-27Merge pull request #137 from gangmul12/deadlock_fixTor Aamodt
Deadlock fix from stream_manager
2019-11-12Merge pull request #156 from bftf/devTor Aamodt
Enabled CUDA 10. Added implementations for __cudaPushCallConfiguratio…
2019-11-12Updated the ifdef flag which enables/disables the relevant code blocks for ↵bftf
cuda 10; while assuring backwards compatibility for older cuda versions
2019-11-11Enabled CUDA 10. Added implementations for __cudaPushCallConfiguration and ↵bftf
__cudaPopCallConfiguration, neither of which are documented in the CUDA API but they preceed any cudaLaunchKernel() call and push the call configuration on a stack which is then popped when cudaLaunchKernel() is called. Currently the max stack size is 1, an assert will be triggered when this is violated.
2019-10-17Merge pull request #130 from srirajpaul/config_pascalTim Rogers
Fix SM6_TITANX config to use pascal file
2019-10-17Merge pull request #134 from gangmul12/shflTim Rogers
take account of shfl latency
2019-10-17Merge pull request #139 from RSpliet/devTim Rogers
Assortment of OpenCL fixes
2019-10-17libopencl: Calculate a valid offset in bind_args()Roy Spliet
v2: Adhere to alignment requirements. v3: Small style fix. Signed-off-by: Roy Spliet <[email protected]>
2019-10-17libopencl: Perform PDOM analysisRoy Spliet
Signed-off-by: Roy Spliet <[email protected]>
2019-10-17libopencl: Stub clGetProgramBuildInfo()Roy Spliet
Assumes everything is ok, even if it isn't. Allows for some Rodinia benchmarks to fail slightly later. v2: Use available case macros. Signed-off-by: Roy Spliet <[email protected]>
2019-10-07Merge pull request #132 from cng123/devTor Aamodt
added temp. solution to bypass function pointers
2019-07-27fix event done implboyealkim
2019-07-26fix indentationboyealkim
2019-07-25fix stream fix bug and fix cudaStreamWaitEvent implboyealkim
2019-07-25fix stream_merge front algoboyealkim
2019-07-21take account of shfl latencyboyealKim
2019-07-04added temp. solution to bypass function pointers in order for pytorch to runchris
2019-06-22Fix SM6_TITANX config to use pascal filesriraj
2019-06-19Merge pull request #96 from CoffeeBeforeArch/AerialVision_cache_supportTim Rogers
AerialVision L2 Cache Support
2019-06-19Merge pull request #126 from shenjiangqiu/devTim Rogers
fix bug when launch a empty kernel
2019-05-30Merge pull request #129 from PSuchita/devTor Aamodt
Updating README
2019-05-30Update READMEPSuchita
2019-05-30Merge pull request #4 from gpgpu-sim/devPSuchita
Dev
2019-05-23fix bug when launch a empty kernelJiangqiu Shen
2019-05-21Merge pull request #123 from shenjiangqiu/devTor Aamodt
fix bugs in tag() and some other function
2019-05-21fix bugs in tag() and some other functionJiangqiu Shen
2019-05-17Merge pull request #121 from tgrogers/devTim Rogers
Stuff needed for other version of CUDA 9
2019-05-179.2 sofiletgrogers
2019-05-17Stuff needed for other version of CUDA 9tgrogers
2019-05-13Merge branch 'dev' into AerialVision_cache_supportTim Rogers
2019-05-13Merge pull request #118 from mkhairy/devTim Rogers
Integrating Mahmoud's changes that improve simulation speed by 2-3x. Also includes a change that mitigates memory channel conflicts by using a random hashing function.
2019-05-13fixing local xbar againMahmoud
2019-05-13fixing .travis fileMahmoud
2019-05-10adding local xbar config in travisMahmoud
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