diff options
| author | Jin Wang <[email protected]> | 2016-07-01 05:29:58 -0400 |
|---|---|---|
| committer | Jin Wang <[email protected]> | 2016-07-05 09:16:53 -0400 |
| commit | 3656376ccd83d5c514389c4c3818f1969bc30e0c (patch) | |
| tree | ada5faf5474ad7b9de173854f74f848b2e3b5867 /src/cuda-sim/cuda_device_runtime.h | |
| parent | 38f811ab4d094e56b2065e1c8cb39327ad9f157b (diff) | |
MOD: schedule one child kernel each cycle
Diffstat (limited to 'src/cuda-sim/cuda_device_runtime.h')
| -rw-r--r-- | src/cuda-sim/cuda_device_runtime.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cuda-sim/cuda_device_runtime.h b/src/cuda-sim/cuda_device_runtime.h index 7447d5a..385d605 100644 --- a/src/cuda-sim/cuda_device_runtime.h +++ b/src/cuda-sim/cuda_device_runtime.h @@ -6,3 +6,5 @@ void gpgpusim_cuda_getParameterBufferV2(const ptx_instruction * pI, ptx_thread_info * thread, const function_info * target_func); void gpgpusim_cuda_launchDeviceV2(const ptx_instruction * pI, ptx_thread_info * thread, const function_info * target_func); void gpgpusim_cuda_streamCreateWithFlags(const ptx_instruction * pI, ptx_thread_info * thread, const function_info * target_func); +void launch_all_device_kernels(); +void launch_one_device_kernel(); |
