Interface CUDAKernel

Provides a common interface for CUDA kernels.

interface CUDAKernel ;

Methods

NameDescription
executeRuns the kernel with the given inputs and outputs.