function

assignment.load_cpu

def load_cpu() -> None

Register ``torch.ops.assignment.jonker_*`` (CPU backend).

Prefers a prebuilt extension shipped in the wheel and falls back to JIT-compiling the C++ sources via :func:`torch.utils.cpp_extension.load`. Set ``TORCHMATCH_FORCE_JIT=1`` to skip the prebuilt path.

Source: torchmatch/assignment/_cpu.py:64