| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
updatet the built number output when we run gpgpu-sim we need to recompile cuda-sim everytime the detailed_version has changed
|
|
Embedding the gpgpu-sim version information (the commit number that was built) in the shared object executable.
|
|
|
|
|
|
right directories ect are defined
|
|
# and branch will be embedded in the built executable and print out when gpgpu-sim runs
|
|
Fix next block addr to link predicate ret block to consecutive block
|
|
The block containing predicate ret instruction should add the
consecutive block to its successor_ids set. next_addr should be assigned
with current instruction address add instruction size instead of 1.
Signed-off-by: Mengchi Zhang <[email protected]>
|
|
support for CUDA 8.0 PTX
|
|
|
|
|
|
|
|
|
|
|
|
shfl instruction implemented
|
|
Initial support of CUDA Dynamic Parallelism on GPGPUSim
|
|
|
|
memory mapping, turn off by default
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
shader, should use hw_cta_id to store shared mem info
|
|
|
|
|