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.h
Age
Commit message (
Collapse
)
Author
2020-05-23
code refomratting
Mahmoud
2020-05-23
Merge branch 'dev' of https://github.com/purdue-aalp/gpgpu-sim_distribution ↵
Mahmoud
into dev-traces
2019-10-16
adding kernel latency
Mahmoud
2019-09-13
Big reformat change using clang-format-6.0
Nick
2019-09-13
Revert "Add src/cuda-sim formatting"
Nick
This reverts commit 0c023e41809dba8897c37af6bb03e5c3aa9ebc5e.
2019-09-13
Add src/cuda-sim formatting
Nick
2019-07-12
Move g_cdp_enabled
Mengchi Zhang
Signed-off-by: Mengchi Zhang <
[email protected]
>
2019-07-12
Move g_max_total_param_size
Mengchi Zhang
Signed-off-by: Mengchi Zhang <
[email protected]
>
2019-07-11
Move g_kernel_launch_latency
Mengchi Zhang
Signed-off-by: Mengchi Zhang <
[email protected]
>
2019-07-11
Fix symbols
Mengchi Zhang
Signed-off-by: Mengchi Zhang <
[email protected]
>
2019-07-11
Move g_cuda_device_launch_param_map and g_cuda_device_launch_op
Mengchi Zhang
Signed-off-by: Mengchi Zhang <
[email protected]
>
2019-07-11
Move g_total_param_size
Mengchi Zhang
Signed-off-by: Mengchi Zhang <
[email protected]
>
2019-07-09
Move g_ptx_sim_mode
Mengchi Zhang
Signed-off-by: Mengchi Zhang <
[email protected]
>
2016-09-02
MOD: Add macros to turn off cuda_device_runtime for CUDA < 5.0
Jin Wang
2016-07-05
MOD: schedule one child kernel each cycle
Jin Wang
2016-07-05
ADD: add support for cudaStreamCreateWithFlags
Jin Wang
2016-07-05
ADD: add cudaGetParameterBufferV2 and add cudaLaunchDeviceV2 implementation. ↵
Jin Wang
Kernel launch to stream not yet implemented