kernel_for
kernel_for(
backend: str ,
)
Return the kernel this class runs for a backend, or None.
Each class in the MRO is asked for a kernel registered for the backend, then for its own kernel, before moving up: a subclass which wrote its own kernel means it, and a backend kernel registered against its parent must not answer for it.