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
/
CHANGES
Age
Commit message (
Expand
)
Author
2016-05-15
updating CHANGES
Ahmed ElTantawy
2015-06-05
Adding a description of the makefile changes
tgrogers
2015-04-08
Fixed bug #88. Initial ejection buffer and boundary buffer with the interconn...
Myrice
2015-04-08
Modified CHANGES for intersim2 svn removal
Myrice
2015-03-05
Merge pull request #9 from ElTantawy/master
andrewboktor
2015-03-04
initial support for CUDA 5.0, 5.5, 6.0 to get template from SDK running
Ahmed ElTantawy
2015-02-18
Fixing icache bug where for each miss we also count a hit.
Andrew Boktor
2014-08-14
Support for named bariers + bar.red + bar.arrive instructions
Ahmed El-Shafiey
2014-08-14
- Code review 1173001
Tayler Hetherington
2014-08-14
Fix Bug 81
Ahmed El-Shafiey
2014-08-14
Fixing bugs 80 and 64
Andrew M. B. Boktor
2014-08-14
Adding signed types to slct_impl, fixes http://www.gpgpu-sim.org/bugs/show_bu...
Andrew M. B. Boktor
2014-08-14
version 3.2.2
Tor Aamodt
2014-08-14
warning fixes 2nd patch, including comments removal and strict aliasing fixes.
leonyu
2014-08-14
fix dram sampling interval scaling
Jingwen Leng (UT Austin)
2014-08-14
Bug FIX: icnt::full() check using wrong mf size
Dongdong Li
2014-08-14
Allocating aligned local memory
Andrew M. B. Boktor
2014-08-14
Fixing assertion that occurs when L1 cache is configured with write-allocatio...
Wilson Fung
2014-08-14
Fixing the intra-partition address calculation so that every set in L2 cache ...
Wilson Fung
2014-08-14
Adding the ability to trace all the shader cores
Tim Rogers
2014-08-14
Intesim2 Integration
Dongdong Li
2014-08-14
Updated the Fermi configurations to have two L2 banks per memory partition, a...
Wilson Fung
2014-08-14
Adding bandwidth modeling to the cache model.
Wilson Fung
2014-08-14
Lengthened the DRAM return queue size to have enough credits in order to keep...
Wilson Fung
2014-08-14
Fix for bug 63. bk[i]->n_idle should be bk[j]->n_idle instead.
Wilson Fung
2014-08-14
Redesigned the memory partition unit to support multiple L2 cache banks per p...
Wilson Fung
2014-08-14
Adding option to force global memory accesses to skip L1 data cache while sti...
Wilson Fung
2014-08-14
Integrating changes from my personal branch.
Tim Rogers
2014-08-14
Updated the aerialvision log parser to detect for metric sample that contains...
Wilson Fung
2014-08-14
Adding the ability to querry the WARPSZ flag from the ptx script.
Tim Rogers
2014-08-14
Changing the make flow so all the generated files, both object and code gene...
Tim Rogers
2014-08-14
Interconnection traffic breakdown stats (integration from TM branch).
Wilson Fung
2014-08-14
Adding new option '-liveness_message_freq', which throttles the frequency of ...
Wilson Fung
2014-08-14
cleaning up descriptions in CHANGES (new feature vs bug fix)
Tor Aamodt
2014-08-14
Review: 46001. Fixing a source of non-determinism in GPGPU-Sim (Bug 174). Not...
Tayler Hetherington
2014-08-14
Review: 33001. Updating/cleaning up the cache statistics. Moving the statisti...
Tayler Hetherington
2014-08-14
Further cleaning up power stats - Continuation of issue 35001.
Tayler Hetherington
2014-08-14
Adding a dependency so the ptxinto.tab.h file is generated before the lex.ptx...
Tim Rogers
2014-08-14
Adding Quadro FX5600 configurations
Tayler Hetherington
2014-08-14
Fixing 2 bugs & small code clean up:
Tayler Hetherington
2014-08-14
Fixing the broken valgrind build.
Tim Rogers
2014-08-14
Removing a slew of code still compiled with gcc and the need for a bunch of e...
Tim Rogers
2014-08-14
Restoring the functional simulation entry function for OpenCL, which was undo...
Ayub Gubran
2014-08-14
Removing the default printing of the dynamic warp distribution histogram a...
Tim Rogers
2014-08-14
- Adding support for cudaFuncSetCacheConfig API, that allows changing the
Ahmed El-Shafiey
2014-08-14
Fix for bug 53 and 54. Now clGetDeviceInfo() is returning CL_DEVICE_TYPE pro...
Wilson Fung
2014-08-14
Fix for bug 51 and 55: Declaration of clCreateContextFromType() is updated t...
Wilson Fung
2014-08-14
Replaced the legacy L2 cache access stats with more meaningful breakdown that...
Wilson Fung
2014-08-14
Fix incorrect initialization of wire_length variable in cacti/wire.cc - causi...
Tayler Hetherington
2014-08-14
version 3.2.1
Tor Aamodt
[next]