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
/
gpgpu-sim
/
shader.h
Age
Commit message (
Expand
)
Author
2026-04-24
fix global mem reqs coalescing
Davit Grigoryan
2026-04-23
co-issue global mem requests
Davit Grigoryan
2026-04-22
more stats for co-issuing
Davit Grigoryan
2026-04-19
add option for dbg prints
Davit Grigoryan
2026-04-18
add more scheduling policies; update stats counters
Davit Grigoryan
2026-04-18
impl xor lane shuffling; add delay option for operand reads
Davit Grigoryan
2026-04-13
impl intra-warp co-issuing
Davit Grigoryan
2026-04-12
impl thread compaction
Davit Grigoryan
2026-04-11
make operand collector mimd-aware
Davit Grigoryan
2026-04-11
initial impl of mimd timing model
Davit Grigoryan
2026-04-08
add simple simd lane set partitioning
Davit Grigoryan
2026-03-30
initial its impl
Davit Grigoryan
2026-01-22
Partial Revert "Fix correlation on A100 CUTLASS GEMM Kernels (#127)" (#133)
JRPan
2025-09-03
Fix correlation on A100 CUTLASS GEMM Kernels (#127)
JRPan
2025-08-19
running formatter (#126)
JRPan
2025-04-17
change function name (#113)
Ahmad Alawneh
2025-04-17
adding a function to check active status of a thread (#112)
Ahmad Alawneh
2025-02-18
A bunch of maintenance fixes, the largest of which is getting the PTX simulat...
Tim Rogers
2024-12-11
Add SST integration into gpgpusim (#44)
WilliamMTK
2024-08-21
Stream stats (#71)
JRPan
2024-08-16
remove unused & unintilized variables & format automation (#69)
JRPan
2024-07-16
Auto clang format (#74)
Aaron Barnes
2024-07-12
Reg bank patch (#41)
Aaron Barnes
2023-09-20
LDGSTS, LDGDEPBAR and DEPBAR Implementations (#62)
Connie120
2023-08-07
Merge branch 'dev' into fix-stats
Aaron Barnes
2023-07-05
Merge branch 'dev' into fix-stats
Aaron Barnes
2023-06-13
rename cache bankconflict stat to be more descriptive
Aaron M Barnes
2023-06-12
order warnings fix
Ahmad Alawneh
2023-06-12
fix more Wsign warnings
Ahmad Alawneh
2023-06-12
fix types, change int to unsigned int
Ahmad Alawneh
2022-03-23
fix sub-core operand collector dispatch rr
Aaron M Barnes
2022-02-18
fix trace-driven concurrency segfault
Aaron M Barnes
2022-02-01
Update Copyrights
JRPAN
2021-10-17
AccelWattch dev Integration
VijayKandiah
2021-08-16
better oc selecting when sub core enabled
JRPAN
2021-08-16
Adding restricted round robin scheduler
JRPAN
2021-05-31
rewrite shmem_option parsing
JRPAN
2021-05-23
format code
Mahmoud Khairy A. Abdallah
2021-05-20
L2 breakdown - reuse mf allocator
JRPAN
2021-05-19
moving shmem option to the base class and change the code to accept turing co...
Mahmoud Khairy A. Abdallah
2021-05-18
sending cache block byte mask
JRPAN
2021-05-13
run changes through clang-format
Aaron Barnes
2021-05-13
specialized unit should be partitioned too
Aaron Barnes
2021-05-11
fix print, move simd::issue() impl to .cc file
Aaron M Barnes
2021-05-11
issue function needed to be constrained
Aaron Barnes
2021-05-11
minor fixes, pure virtual calls
Aaron M Barnes
2021-05-11
Merge branch 'sub_core_devel' of github.com:barnes88/gpgpu-sim_distribution i...
Aaron Barnes
2021-05-11
partition issue() in the shader execute stage
Aaron Barnes
2021-05-10
cleanup find_ready
Aaron M Barnes
2021-05-10
more cleanup
Aaron M Barnes
[next]