summaryrefslogtreecommitdiff
path: root/src/stream_manager.cc
AgeCommit message (Expand)Author
2025-03-06sst-integration-stream: make SST integration works with streams (#103)WilliamMTK
2025-02-18A bunch of maintenance fixes, the largest of which is getting the PTX simulat...Tim Rogers
2025-01-14fix_sst_callbacks: add weak definitions for sst callbacks (#81)WilliamMTK
2024-12-11Add SST integration into gpgpusim (#44)WilliamMTK
2024-08-21Stream stats (#71)JRPan
2023-06-20fix most c warningsAhmad Alawneh
2020-04-07Merge remote-tracking branch 'localpub/dev' into devtgrogers
2019-09-13Big reformat change using clang-format-6.0Nick
2019-09-13Revert "Add src/ director formatting"Nick
2019-09-13Add src/ director formattingNick
2019-07-27fix event done implboyealkim
2019-07-26fix indentationboyealkim
2019-07-25fix stream_merge front algoboyealkim
2019-07-10Move g_globals and g_constantsMengchi Zhang
2019-05-15make gpu_tot_cycle local variable not global variableMahmoud
2018-05-29implements null stream case on cudaStreamWaitEvent and updates warning on nul...Jonathan
2018-05-29clarifying commentsJonathan
2018-05-29fixes seg fault on concurrentKernels, speeds up concurrent_streams_empty, add...Jonathan
2018-05-28better print statements for debugging stream_wait_event opJonathan
2018-05-25seg fault fixJonathan
2018-05-25tentative impl of cudaStreamWaitEventJonathan
2016-07-06ADD: add kernel launching latency from stream to distributorJin Wang
2016-07-06ADD: print kernel parameter size footprint. BUG: concurrent kernels on same s...Jin Wang
2016-07-06ADD: add stats for kernel launching and complete cycleJin Wang
2016-07-05MOD: schedule one child kernel each cycleJin Wang
2016-07-05BUG: kernels should return to stream if not pushed to concurrent kernel poolJin Wang
2016-07-05BUG: multiple child kernels finishJin Wang
2016-07-05MOD: add child kernel stream and scheduling supportJin Wang
2015-06-05Fixing bug with max cycle/instruction/cta + bug with C++ name de-mangling wit...Tayler Hetherington
2014-08-14Review: 46001. Fixing a source of non-determinism in GPGPU-Sim (Bug 174). Not...Tayler Hetherington
2014-08-14 - Adding support for cudaFuncSetCacheConfig API, that allows changing theAhmed El-Shafiey
2014-08-14remove a warning for unused variableAhmed El-Shafiey
2014-08-14-being more conservative in locking the code of the kernel finish detection, ...Ahmed El-Shafiey
2014-08-14Undoing a change that should't be in this branch.Ayub Gubran
2014-08-14My last work added to the branch, wokring on the functional simulator in cuda...Ayub Gubran
2014-08-14Assigned debug level 3 to stream manager output.Inderpreet Singh
2014-08-14change copyright notice to include authorsTor Aamodt
2011-06-29changing copyright to BSDTor Aamodt
2011-01-20Integration change. Bug fixes from AMD-CMU trace gen branch. Wilson Fung
2010-12-28- parameter memory and active threads now part of kernel_info_t:Tor Aamodt
2010-12-28- Checkpointing new support for concurrent kernel execution (CUDA only, not O...Tor Aamodt