MCPcopy Create free account
hub / github.com/AdaptiveCpp/AdaptiveCpp / wrapper

Function wrapper

tests/compiler/pcuda/kernel_launch.cpp:23–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21
22template<class T>
23__global__ void wrapper(T* in, T* out) {
24 // kernels can be called in device code from other kernels
25 // (without launching a new kernel, so no dynamic parallelism!)
26 copy_kernel(in, out);
27}
28
29
30struct complex_struct {

Callers 1

mainFunction · 0.85

Calls 1

copy_kernelFunction · 0.85

Tested by

no test coverage detected