Source code for shmpipeline.kernels.cpu.base
"""Base classes and shared validation for CPU kernels."""
from __future__ import annotations
from shmpipeline.kernel import Kernel
"""Base classes and shared validation for CPU kernels."""
from __future__ import annotations
from shmpipeline.kernel import Kernel