pub fn register(registry: &mut KernelRegistry)Expand description
Register the repeat-tiled shader source with the given kernel registry.
Idempotent — the source is also auto-registered by KernelRegistry::new,
but this helper exists to mirror the convention used by other op modules
(copy::register, flash_attn_prefill::register, …).