summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-11-15adding some commentsMahmoud
2019-11-15fixing memory width bug in trace-driven modeMahmoud
2019-11-14fixing the missing instruction bug in trace-driven modeMahmoud
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-12handling the atomics in trace-driven and add the missing two instructions of ↵Mahmoud
Nvbits
2019-11-12updating SASS config for tensor coresMahmoud
2019-11-11adding special cases for tracesMahmoud
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-25Merge pull request #33 from rgreen/max_ctaRoland Green
Add a new config option to cap the max number of completed CTAs
2019-10-25adding binary version and remove core id from the trace parsingMahmoud
2019-10-25Add a new config option to cap the max number of completed CTAsNick
2019-10-24read addresses as base+stride in trace-driven modeMahmoud
2019-10-23fixing the write-back L2 req in 64byte interleavingMahmoud
2019-10-22fixing LDC inst in trace-driven modeMahmoud
2019-10-18adding config to trace-driven modeMahmoud
2019-10-18update v100 config and remove TB latencyMahmoud
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-16fixing the UX load from the tracesMahmoud
2019-10-16updating l2 indexing, reg file and kernel lat in QV100 configMahmoud
2019-10-16adding perfect inst and const supportMahmoud
2019-10-16fixing the IPOLY L2 and Dram indexingMahmoud
2019-10-16adding new stats, verbose, granting arbit in the local xbarMahmoud
2019-10-16adding kernel latencyMahmoud
2019-10-16adding the exit message in trace-driven modeMahmoud
2019-10-07adding the exit message in trace-driven modeMahmoud
2019-10-07Merge pull request #132 from cng123/devTor Aamodt
added temp. solution to bypass function pointers
2019-10-04Merge branch 'dev' of https://github.com/purdue-aalp/gpgpu-sim_distribution ↵Mahmoud
into dev-private
2019-10-04increase RF banksMahmoud
2019-09-30trace driven static linking and fixing the inst count bugMahmoud
2019-09-30adding trace-driven.cc missing fileMahmoud
2019-09-30changing traces directory nameMahmoud
2019-09-30fixing the execution-driven linking errorMahmoud
2019-09-27cleat the traces PC bugMahmoud
2019-09-24adding traces generatorMahmoud
2019-09-23Merge pull request #32 from mkhairy/devmkhairy
Dev
2019-09-23fixing reformattingMahmoud
2019-09-23updating Makefile to add trace-drivenMahmoud
2019-09-20removing some comments and refectoring the codeMahmoud
2019-09-19support trace-driven and changing the shader.ccMahmoud
2019-09-16Merge branch 'dev' of https://github.com/purdue-aalp/gpgpu-sim_distribution ↵Mahmoud
into dev-private
2019-09-16updating the parserMahmoud
2019-09-13Merge pull request #31 from rgreen/devTim Rogers
Application of clang-format to make the code use standardized formatting.
2019-09-13adding the traces parsingMahmoud
2019-09-13fix pathNick