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.h
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
2023-06-12
it is safe to to change m_updates to unsgined, the accessor returns unsigned ...
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-06-10
fixing thrust error
Mahmoud
2018-11-09
resolving merge conflict
Deval Shah
2018-05-29
implements null stream case on cudaStreamWaitEvent and updates warning on nul...
Jonathan
2018-05-25
tentative impl of cudaStreamWaitEvent
Jonathan
2018-04-22
Some classes were referred to as a class and a struct (reported as clang warn...
Nathan Conrad
2016-07-05
BUG: kernels should return to stream if not pushed to concurrent kernel pool
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
-being more conservative in locking the code of the kernel finish detection, ...
Ahmed El-Shafiey
2014-08-14
change copyright notice to include authors
Tor Aamodt
2011-06-29
changing copyright to BSD
Tor Aamodt
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