montecarlo_sm13.cudafe1.stub.h
来自「采用GPU通用计算API(CUDA)实现蒙特卡罗方程。」· C头文件 代码 · 共 19 行
H
19 行
#if defined(__cplusplus)
extern "C" {
#endif
#if !defined(__cplusplus) || __include___device_stub__Z16MonteCarloKernelP14__TOptionValuePfi
static void __device_stub__Z16MonteCarloKernelP14__TOptionValuePfi(__TOptionValue *, float *, int);
#endif
#if !defined(__cplusplus) || __include___device_stub__Z27MonteCarloOneBlockPerOptionPfi
static void __device_stub__Z27MonteCarloOneBlockPerOptionPfi(float *, int);
#endif
#if !defined(__cplusplus) || __include___device_stub__Z16MonteCarloReduceP14__TOptionValuei
static void __device_stub__Z16MonteCarloReduceP14__TOptionValuei(__TOptionValue *, int);
#endif
#if !defined(__cplusplus) || __include___device_stub__Z16inverseCNDKernelPfS_j
static void __device_stub__Z16inverseCNDKernelPfS_j(float *, float *, unsigned);
#endif
#if defined(__cplusplus)
}
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?