filepath (str | Path) – Path to the .cu file.
functions (dict[str, list[str]] | None) – Function name → arg_spec mapping (same as load_cuda_inline).
If None, discovered from // @BE annotations.
name (str | None) – Module name. Defaults to the file stem.
**kwargs – Forwarded to load_cuda_inline.