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
/
abstract_hardware_model.h
Age
Commit message (
Expand
)
Author
2018-10-11
Merging the latest dev from the public branch
tgrogers
2018-10-09
adding adaptive volta cache config
Mahmoud
2018-09-08
Merge branch 'dev-purdue-integration' into dev-purdue-integration
Timothy G Rogers
2018-09-07
adding streamin cache + fixing TEX cache + adding l1 latency and smem latency
Mahmoud
2018-09-06
Add .nc option
Mengchi Zhang
2018-03-28
fix compile errors on Ubuntu LTS 16.04
Tor Aamodt
2018-03-25
Add lonestar tick support
Mengchi Zhang
2017-10-11
Merge branch 'dev-purdue-integration' of https://github.rcac.purdue.edu/abdal...
Mahmoud
2017-09-13
Adding sperate dp_unit
Mahmoud
2017-07-17
Fixing some typos and adding comments
Mahmoud
2017-07-17
Improving GPU core model. This commits contains:
Mahmoud
2016-09-06
Merge pull request #30 from sspenst/dev
gpgpu-sim
2016-09-05
Merge pull request #28 from jwang323/cdp_clean
gpgpu-sim
2016-08-24
Added shfl instruction
sspenst
2016-07-06
ADD: add kernel launching latency from stream to distributor
Jin Wang
2016-07-06
ADD: add stats for kernel launching and complete cycle
Jin Wang
2016-07-06
ADD: add cdp latency
Jin Wang
2016-07-05
ADD: delete streams created by cta when deleting kernel
Jin Wang
2016-07-05
BUG: multiple child kernels finish
Jin Wang
2016-07-05
BUG: do not handle cudaGetParameterBufferV2 and cudaLaunchDeviceV2 as call.un...
Jin Wang
2016-07-05
MOD: add child kernel stream and scheduling support
Jin Wang
2016-06-07
Added support for cudaMemcpyDefault flag in cudaMemcpy. Also increased the ma...
speverel
2015-03-04
initial support for CUDA 5.0, 5.5, 6.0 to get template from SDK running
Ahmed ElTantawy
2014-08-14
Support for named bariers + bar.red + bar.arrive instructions
Ahmed El-Shafiey
2014-08-14
Fix Bug 81
Ahmed El-Shafiey
2014-08-14
Review 77001: Fixing Writeback/Write allocate hard coded memory_access_types ...
Tayler Hetherington
2014-08-14
Adding option to force global memory accesses to skip L1 data cache while sti...
Wilson Fung
2014-08-14
Adding the ability to querry the WARPSZ flag from the ptx script.
Tim Rogers
2014-08-14
Interconnection traffic breakdown stats (integration from TM branch).
Wilson Fung
2014-08-14
Fixing bug 59 + cleaning some code related to the power model
Ahmed El-Shafiey
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
Merging
Tim Rogers
2014-08-14
Fix for bug 30 (external).
Wilson Fung
2014-08-14
Merging Power model into Fermi
Tayler Hetherington
2014-08-14
OpenCL newer diver fix
Hadi Jooybar
2014-08-14
Fixed the shared memory bank conflict model for GTX 480 and Tesla C2050. Now...
Wilson Fung
2014-08-14
Modified the cache hierarchy, reorganized code to eliminate code replication,...
Tayler Hetherington
2014-08-14
Minor refactoring for the SIMT Stack implementation and fixing some indentation
Wilson Fung
2014-08-14
Fixing texture fetching for 1D texture with non-normalized coordinates: Addin...
Wilson Fung
2014-08-14
Adding support for cudaReadModeNormalizedFloat (a texture read mode). See bu...
Wilson Fung
2014-08-14
Fixed incorrect counting of predicated instruction. (Bug #15 external)
Wilson Fung
2014-08-14
On demand loading of fatbins
Andrew M. B. Boktor
2014-08-14
Clean up the unordered_map fallback support.
Wilson Fung
2014-08-14
Fixed gcc-4.3 warning related to SIMT stack in CL13519
Inderpreet Singh
2014-08-14
SIMT stack is now implementated as a stack to allow arbitrary recursion depth
Inderpreet Singh
2014-08-14
Ptxplus fix for recrusive call handling in SIMT stack (CL13410).
Inderpreet Singh
2014-08-14
Copied in Arun's SIMT stack fix for recursive calls (CL8574)
Inderpreet Singh
2014-08-14
Fix for bug 9: Now querying the state of the pdom stack in call_imp and callp...
Ayub Gubran
[next]