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
2016-08-05
Added ptx_warp_info to know how many threads within a warp have executed
sspenst
2016-08-04
A thread executing BSMAD is now able to access information from all threads i...
sspenst
2016-07-11
Reverted the previous commit to add a cleaner way of getting NUM_THREADS. Now...
sspenst
2016-07-08
Made gridDim and blockDim global variables so that they can be accessed from ...
sspenst
2016-07-07
SST instruction now updates the original array instead of storing the result ...
sspenst
2016-07-06
Added sstarr memory, which works the same as shared memory
sspenst
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
2014-08-14
Removing warnings
Andrew M. B. Boktor
2014-08-14
Fixing a potential problem.
Andrew M. B. Boktor
2014-08-14
Supporting the option for removing temporary files
Andrew M. B. Boktor
2014-08-14
This changelist adds the following:
Andrew M. B. Boktor
2014-08-14
This changelist implements the following:
Andrew M. B. Boktor
2014-08-14
Integration change. Fixing bug for #149: A pathological case that caused LD i...
Wilson Fung
2014-08-14
Changed arch_rech type to store 16 registers, 8 input and 8 output. 8 inputs ...
Inderpreet Singh
2014-08-14
Adding a check for copmliance between the runtime simulation config and MAX_T...
Wilson Fung
2014-08-14
Fixing upper bound on threads/SM
Andrew M. B. Boktor
2014-08-14
Fix for bug 129. Created a directed test with a pre-known instruction count, ...
Wilson Fung
2014-08-14
Revived all of the source code view stats except exposed pipeline latency.
Wilson Fung
2014-08-14
Integrating the pure functional simulation
Ayub Gubran
2014-08-14
Fix for Bug 123: Use of constant in shader_core_ctx::func_exec_inst function
Inderpreet Singh
2014-08-14
Integrated in CL10086 from tm-test branch.
Inderpreet Singh
2014-08-14
Actually fixing the atomic bug
Tim Rogers
[next]