| Age | Commit message (Collapse) | Author |
|
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
|
|
|
|
|
|
|
|
|
|
distributor directly
|
|
|
|
|
|
|
|
|
|
|
|
child kernels in CDP. BUG: .weak .entry and .weak .global directives in ptx file. BUG: empty_protected() for stream manager causes deadlock, change to empty()
|
|
|
|
|
|
|
|
call.uni in reconvergence
|
|
|
|
|
|
Kernel launch to stream not yet implemented
|
|
|
|
cudaGetParameterBufferV2 and call cudaLaunchDeviceV2
|
|
|
|
|