CUDA_FN            12 src/runtime/cuda.cpp #define CUDA_FN(ret, fn, args) WEAK ret (CUDAAPI *fn)args;
CUDA_FN            64 src/runtime/cuda.cpp     #define CUDA_FN(ret, fn, args) fn = get_cuda_symbol<ret (CUDAAPI *)args>(user_context, #fn);
CUDA_FN             7 src/runtime/cuda_functions.h #define CUDA_FN(ret, fn, args)
CUDA_FN            53 src/runtime/cuda_functions.h #undef CUDA_FN