Export t as a DLPack PyCapsule.
Always materialises through NumPy, so GPU tensors take a CPU
round-trip. The capsule can be consumed exactly once — pass it
directly to np.from_dlpack / a reference-framework consumer / etc.
Requires numpy as the canonical DLPack bridge — install via
pip install lucid[numpy] if missing.