| Age | Commit message (Collapse) | Author |
|
|
|
github.rcac.purdue.edu:jain156/gpgpu-sim_distribution into jain156-dev-purdue-integration
|
|
Signed-off-by: Mengchi Zhang <[email protected]>
|
|
|
|
|
|
|
|
dev-purdue-integration
|
|
causes ridiculous output file sizes
|
|
|
|
|
|
Signed-off-by: Mengchi Zhang <[email protected]>
|
|
Added shmem_divergence_hist and warp_inst_classification
|
|
Added Memory Access breakdown statistics.
Divided INST stats into INST type and INST Mem accesses.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
updatet the built number output when we run gpgpu-sim we need to recompile cuda-sim everytime the detailed_version has changed
|
|
# and branch will be embedded in the built executable and print out when gpgpu-sim runs
|
|
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]>
|
|
shfl instruction implemented
|
|
Initial support of CUDA Dynamic Parallelism on GPGPUSim
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
shader, should use hw_cta_id to store shared mem info
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|