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
Age
Commit message (
Expand
)
Author
2021-05-18
new configs - adaptive cache and cache write ratio
JRPAN
2021-05-18
Merge pull request #12 from barnes88/sub_core_devel
mkhairy
2021-05-17
specialized unit get_ready() was missing subcore
Aaron Barnes
2021-05-13
Merge pull request #13 from JRPan/fix-config-parser
Tim Rogers
2021-05-13
fix adaptive cache cfg option parsing data type
JRPAN
2021-05-13
rm old dirs in format-code.sh
Aaron Barnes
2021-05-13
run changes through clang-format
Aaron Barnes
2021-05-13
specialized unit should be partitioned too
Aaron Barnes
2021-05-12
rm unnecessary instr get
Aaron Barnes
2021-05-12
remove prints
Aaron Barnes
2021-05-12
fix prints / segfault
Aaron M 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
add prints for ex issue validation
Aaron M 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
2021-05-10
clean up redundant method args
Aaron Barnes
2021-05-10
fix assert
Aaron Barnes
2021-05-10
move reg_id calc to cu object init
Aaron Barnes
2021-05-10
need at least 1 cu per sched for sub_core model, fix find_ready() reg_id
Aaron Barnes
2021-05-10
remove prints
Aaron Barnes
2021-05-10
dont need du id
Aaron M Barnes
2021-05-10
fix find_ready reg_id
Aaron Barnes
2021-05-10
minor fix accessing du
Aaron M Barnes
2021-05-10
sub core model dispatches only to assigned exec pipelines
Aaron Barnes
2021-05-09
validated collector unit partitioning based on scheduler
Aaron M Barnes
2021-05-09
useful print statement
Aaron M Barnes
2021-05-09
minor fixes
Aaron M Barnes
2021-05-09
parition CU allocation, add prints
Aaron Barnes
2021-03-25
change the L1 cache policy based on recent ubench
Mahmoud Khairy A. Abdallah
2021-03-25
change the L1 cache policy to be on-miss based on recent ubench
Mahmoud Khairy A. Abdallah
2021-02-25
Merge branch 'dev' of https://github.com/accel-sim/gpgpu-sim_distribution int...
Mahmoud Khairy A. Abdallah
2021-02-25
adding new RTX 3070 config
Mahmoud Khairy A. Abdallah
2021-02-19
Merge pull request #9 from JRPan/fix-cache-hash
mkhairy
2021-02-17
fix hash funciton
JRPAN
2021-02-16
Merge pull request #7 from JRPan/fix-was_writeback_sent
mkhairy
2021-02-15
bug fix was_writeback_sent
JRPAN
2021-01-28
Merge branch 'dev' of https://github.com/accel-sim/gpgpu-sim_distribution int...
Mahmoud Khairy A. Abdallah
2021-01-27
Merge pull request #5 from allencho1222/patch-2
Tim Rogers
2021-01-27
Merge pull request #4 from allencho1222/patch-1
Tim Rogers
2020-11-22
Merge pull request #6 from JRPan/add_mshr
mkhairy
2020-11-15
added MSHR_HIT
JRPAN
2020-11-09
do not truncate 32 MSB bits of the memory address
allen
2020-11-09
change address type into ull
allen
2020-10-26
Merge pull request #3 from gvoskuilen/dev
mkhairy
2020-10-26
Fix for bugs in lazy write handling
Gwen
2020-10-18
Merge pull request #202 from accel-sim/dev
Tor Aamodt
[next]