Kernels
A kernel is the unit of computation in the oneAPI offload model.
By submitting a kernel on an iteration space, you are requesting that the
computation be applied to the specified data objects.
In this section we cover topics related to the coding, submission, and
execution of kernels.