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
/
cuda-sim
/
cuda-sim.cc
Age
Commit message (
Expand
)
Author
2016-07-05
BUG: PTX section id. ADD: cudaDeviceSetLimit. BUG: parameter addresses for ch...
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
BUG: parameter alignment
Jin Wang
2016-07-05
MOD: add child kernel stream and scheduling support
Jin Wang
2016-07-05
ADD: add cudaGetParameterBufferV2 and add cudaLaunchDeviceV2 implementation. ...
Jin Wang
2015-03-04
initial support for CUDA 5.0, 5.5, 6.0 to get template from SDK running
Ahmed ElTantawy
2014-08-14
This should fix 2.3 regression and may fix others as well.
Ahmed El-Shafiey
2014-08-14
Support for named bariers + bar.red + bar.arrive instructions
Ahmed El-Shafiey
2014-08-14
Intesim2 Integration
Dongdong Li
2014-08-14
Adding the ability to querry the WARPSZ flag from the ptx script.
Tim Rogers
2014-08-14
Fixing bug 59 + cleaning some code related to the power model
Ahmed El-Shafiey
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
Fixing a bug exposed by the fix for bug 42.
Tim Rogers
2014-08-14
Merging
Tim Rogers
2014-08-14
Fixing a slew of compiler warnings
Tim Rogers
2014-08-14
fixing bug 36 + put a mistakenly missing texture misses power scaling
Ahmed El-Shafiey
2014-08-14
fixing a bug that cause the thread_fence benchmark fails (excluding an opcode...
Ahmed El-Shafiey
2014-08-14
Merging Power model into Fermi
Tayler Hetherington
2014-08-14
Fixed a bug introduced in CL14565 for PTXPlus.
Wilson Fung
2014-08-14
Extended PTX parser to recognize the .ptr .shared directive and allocate shar...
Wilson Fung
2014-08-14
Fixed the timing model for LDU instruction, before it was not recognized as a...
Wilson Fung
2014-08-14
Adding support for cudaReadModeNormalizedFloat (a texture read mode). See bu...
Wilson Fung
2014-08-14
Fixing bugs 169, 170, 171
Ahmed El-Shafiey
2014-08-14
Fixing compile error on my machine
Andrew M. B. Boktor
2014-08-14
Back out changelist 13683
Andrew M. B. Boktor
2014-08-14
Removing compiler warnings
Andrew M. B. Boktor
2014-08-14
even prettier printing of reconvergence pc's
Tor Aamodt
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
- print out instructions at branch divergence/reconvergence points (more info...
Tor Aamodt
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
Adding the madp instruction, which does multiply add with carry-in. Still ne...
Wilson Fung
2014-08-14
- Update README file to be slightly more user friendly (i.e., try not to impl...
Tor Aamodt
2014-08-14
updating version number string to 3.1.0+edits to indicate further edits past ...
Tor Aamodt
2014-08-14
Release 3.1.0
Andrew M. B. Boktor
2014-08-14
Adding configurable instruction latencies and initiation intervals
Andrew M. B. Boktor
2014-08-14
This changelist implements the following:
Andrew M. B. Boktor
2014-08-14
version 3.0.2
Tor Aamodt
2014-08-14
Changed arch_rech type to store 16 registers, 8 input and 8 output. 8 inputs ...
Inderpreet Singh
2014-08-14
Fixed address operands of PTX memory instructions being ignored in predecode....
Inderpreet Singh
2014-08-14
removing old barrier implementation (no longer used)
Tor Aamodt
2014-08-14
Integrating the pure functional simulation
Ayub Gubran
2014-08-14
change version number to 3.0.1 build XYZ
Tor Aamodt
2014-08-14
defeat perforce autoupdate of string parsing
Tor Aamodt
2014-08-14
missing text needed to parse change list number
Tor Aamodt
2014-08-14
attempt to automatically embed perforce change list number in version number
Tor Aamodt
2014-08-14
Warnings cleanup
Tim Rogers
2014-08-14
My last work added to the branch, wokring on the functional simulator in cuda...
Ayub Gubran
2014-08-14
Fix for Bug 109 - memory alignment should be 256 bytes.
Inderpreet Singh
[next]