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_device_runtime.cc
Age
Commit message (
Collapse
)
Author
2019-05-30
adding new values to gpu context
Mahmoud
2019-05-15
make gpu_tot_cycle local variable not global variable
Mahmoud
2019-04-10
Adding texture Fix
Suchita Pati
2018-04-11
PDOM analysis for child kernel in CDP
Amruth
2016-09-02
MOD: Add macros to turn off cuda_device_runtime for CUDA < 5.0
Jin Wang
2016-07-06
BUG: extra bracket
Jin Wang
2016-07-06
ADD: print kernel parameter size footprint. BUG: concurrent kernels on same ↵
Jin Wang
shader, should use hw_cta_id to store shared mem info
2016-07-06
ADD: add stats for kernel launching and complete cycle
Jin Wang
2016-07-05
MOD: schedule one child kernel each cycle
Jin Wang
2016-07-05
BUG: PTX section id. ADD: cudaDeviceSetLimit. BUG: parameter addresses for ↵
Jin Wang
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()
2016-07-05
BUG: kernels should return to stream if not pushed to concurrent kernel pool
Jin Wang
2016-07-05
ADD: add support for cudaStreamCreateWithFlags
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
Kernel launch to stream not yet implemented