blob: 7447d5a91d3ec268f55bd4182173e02ebcd53497 (
plain)
1
2
3
4
5
6
7
8
|
//Jin: cuda_device_runtime.h
//Defines CUDA device runtime APIs for CDP support
#pragma once
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);
|