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
/
gpu-cache.h
Age
Commit message (
Expand
)
Author
2019-05-26
Merge pull request #1 from gpgpu-sim/dev
Mengchi Zhang
2019-05-21
fix bugs in tag() and some other function
Jiangqiu Shen
2019-05-15
make gpu_tot_cycle local variable not global variable
Mahmoud
2019-05-13
Merge branch 'dev' into AerialVision_cache_support
Tim Rogers
2019-05-07
enable FEM and fixed indentation
Mahmoud
2019-04-25
increase stat counter size to long long
Mahmoud
2019-02-20
Add full support for deprecated AerialVision L2 stats
Nick
2019-02-19
Add initial infrastrucutre to support L2 (and other) cache statistics for Aer...
Nick
2018-10-11
count misses of pending req as sector miss in streaming cache
Mahmoud
2018-10-11
Merge branch 'dev-purdue-integration' of https://github.rcac.purdue.edu/abdal...
Mahmoud
2018-10-11
improving the performance of cache flushing
Mahmoud
2018-10-11
Merge branch 'dev-purdue-integration' into dev-purdue-integration
Timothy G Rogers
2018-10-09
adding adaptive volta cache config
Mahmoud
2018-10-09
Adding in an occupancy metric to match the nvprof metric
tgrogers
2018-10-08
fixing an error about address length in the cache
tgrogers
2018-09-07
adding streamin cache + fixing TEX cache + adding l1 latency and smem latency
Mahmoud
2018-08-27
improving code quality
Mahmoud
2018-08-22
adding lazy-fetch-on-read and invalidate operation to cache
Mahmoud
2018-06-15
memory partition indexing
Mahmoud
2018-03-12
fixibg sectir l1 deadlock bug
Mahmoud
2017-11-19
Doing lazy fetch-on-read policy
Mahmoud
2017-11-18
removing another assert
tgrogers
2017-11-18
Getting rid of another assert that crops up cause of our memcpy and L2 intera...
tgrogers
2017-11-18
vectoradd is successfully filling the l2
tgrogers
2017-10-11
Merge branch 'dev-purdue-integration' of https://github.rcac.purdue.edu/abdal...
Mahmoud
2014-08-14
- Code review 1173001
Tayler Hetherington
2014-08-14
Review 77001: Fixing Writeback/Write allocate hard coded memory_access_types ...
Tayler Hetherington
2014-08-14
Adding bandwidth modeling to the cache model.
Wilson Fung
2014-08-14
Integrating changes from my personal branch.
Tim Rogers
2014-08-14
Fixing pending_hit bug (Access is supposed to return MISS, but stats should i...
Tayler Hetherington
2014-08-14
Fixing compilation bug in CL16452. Tested with gcc version 4.2.1 and 4.3.4.
Tayler Hetherington
2014-08-14
Review: 33001. Updating/cleaning up the cache statistics. Moving the statisti...
Tayler Hetherington
2014-08-14
make sure L1 cache is flushed at a configuration change between kernels, even...
Ahmed El-Shafiey
2014-08-14
- Adding support for cudaFuncSetCacheConfig API, that allows changing the
Ahmed El-Shafiey
2014-08-14
Replaced the legacy L2 cache access stats with more meaningful breakdown that...
Wilson Fung
2014-08-14
Cleaning up the interconnection core to memory partition statistics
Tayler Hetherington
2014-08-14
Adding a check to prevent writeback cache with allocation-on-fill.
Wilson Fung
2014-08-14
Merging
Tim Rogers
2014-08-14
Addin in a protected constructor that can be used by derived classes of the t...
Tim Rogers
2014-08-14
Fixing L2 WriteBack bug caused by using the partition address for both set in...
Tayler Hetherington
2014-08-14
fixing more bugs in interconnect stats, simt_to_mem related stats were wrongl...
Ahmed El-Shafiey
2014-08-14
Merging Power model into Fermi
Tayler Hetherington
2014-08-14
- Fixing cache configuration groupings -> Now <cache configs>, <cache policie...
Tayler Hetherington
2014-08-14
Adding cache_request_status to the config-specific cache function pointers as...
Tayler Hetherington
2014-08-14
gpu-cache revision #3. Now adding in function pointers for l1/l2 cache access...
Tayler Hetherington
2014-08-14
Revision #2 of modifying the cache hierarchy.
Tayler Hetherington
2014-08-14
Adding/updating comments for classes/functions on the recent changes (Doxygen...
Tayler Hetherington
2014-08-14
Moved the majority of function definitions (greater than one line) from gpu-c...
Tayler Hetherington
2014-08-14
Modified the cache hierarchy, reorganized code to eliminate code replication,...
Tayler Hetherington
2014-08-14
Clean up the unordered_map fallback support.
Wilson Fung
[prev]
[next]