summaryrefslogtreecommitdiff
path: root/src/cuda-sim/cuda_device_runtime.h
diff options
context:
space:
mode:
authorJin Wang <[email protected]>2016-07-01 05:29:58 -0400
committerJin Wang <[email protected]>2016-07-05 09:16:53 -0400
commit3656376ccd83d5c514389c4c3818f1969bc30e0c (patch)
treeada5faf5474ad7b9de173854f74f848b2e3b5867 /src/cuda-sim/cuda_device_runtime.h
parent38f811ab4d094e56b2065e1c8cb39327ad9f157b (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.h2
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();