| Age | Commit message (Collapse) | Author |
|
|
|
normal operation. This helps immensely in a clustered environmrnt where jobs randomly fail
|
|
|
|
|
|
|
|
happen, something bad has happened
|
|
|
|
causes ridiculous output file sizes
|
|
am stopping this by gaurding against it in the same way we do for updating the stat counts (checking if we have executed any cycles before printing). I am not sure what this does to CDP stat prints - as I am not sure what CDP kernels so to sim_cycles.... However EVERY other app except CDP is spewing junk to the output and it really messes up any per-kernel stat collection scripts.
|
|
|
|
|
|
Don't directly pass strings to printf (beacuse they wouldn't be escap…
|
|
Provide portable (non-x86) breakpoint method which should work on all…
|
|
Clang gives warnings about this.
|
|
linuxes. Tested on PowerPC.
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
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()
|
|
|