index
:
weft
main
CPEN 511 Project - Weft: Improving SIMD Utilization through MIMD-like Co-issue and Thread Compaction
Davit Grigoryan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
stream_manager.cc
Age
Commit message (
Expand
)
Author
2025-08-19
running formatter (#126)
JRPan
2025-03-06
sst-integration-stream: make SST integration works with streams (#103)
WilliamMTK
2025-02-18
A bunch of maintenance fixes, the largest of which is getting the PTX simulat...
Tim Rogers
2025-01-14
fix_sst_callbacks: add weak definitions for sst callbacks (#81)
WilliamMTK
2024-12-11
Add SST integration into gpgpusim (#44)
WilliamMTK
2024-08-21
Stream stats (#71)
JRPan
2023-06-20
fix most c warnings
Ahmad Alawneh
2020-04-07
Merge remote-tracking branch 'localpub/dev' into dev
tgrogers
2019-09-13
Big reformat change using clang-format-6.0
Nick
2019-09-13
Revert "Add src/ director formatting"
Nick
2019-09-13
Add src/ director formatting
Nick
2019-07-27
fix event done impl
boyealkim
2019-07-26
fix indentation
boyealkim
2019-07-25
fix stream_merge front algo
boyealkim
2019-07-10
Move g_globals and g_constants
Mengchi Zhang
2019-05-15
make gpu_tot_cycle local variable not global variable
Mahmoud
2018-05-29
implements null stream case on cudaStreamWaitEvent and updates warning on nul...
Jonathan
2018-05-29
clarifying comments
Jonathan
2018-05-29
fixes seg fault on concurrentKernels, speeds up concurrent_streams_empty, add...
Jonathan
2018-05-28
better print statements for debugging stream_wait_event op
Jonathan
2018-05-25
seg fault fix
Jonathan
2018-05-25
tentative impl of cudaStreamWaitEvent
Jonathan
2016-07-06
ADD: add kernel launching latency from stream to distributor
Jin Wang
2016-07-06
ADD: print kernel parameter size footprint. BUG: concurrent kernels on same s...
Jin Wang
2016-07-06
ADD: add stats for kernel launching and complete cycle
Jin Wang
2016-07-05
MOD: schedule one child kernel each cycle
Jin Wang
2016-07-05
BUG: kernels should return to stream if not pushed to concurrent kernel pool
Jin Wang
2016-07-05
BUG: multiple child kernels finish
Jin Wang
2016-07-05
MOD: add child kernel stream and scheduling support
Jin Wang
2015-06-05
Fixing bug with max cycle/instruction/cta + bug with C++ name de-mangling wit...
Tayler Hetherington
2014-08-14
Review: 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 the
Ahmed El-Shafiey
2014-08-14
remove a warning for unused variable
Ahmed El-Shafiey
2014-08-14
-being more conservative in locking the code of the kernel finish detection, ...
Ahmed El-Shafiey
2014-08-14
Undoing a change that should't be in this branch.
Ayub Gubran
2014-08-14
My last work added to the branch, wokring on the functional simulator in cuda...
Ayub Gubran
2014-08-14
Assigned debug level 3 to stream manager output.
Inderpreet Singh
2014-08-14
change copyright notice to include authors
Tor Aamodt
2011-06-29
changing copyright to BSD
Tor Aamodt
2011-01-20
Integration 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