API symbolslibrary
Copy
Help improve this page
Found an error, an unclear step, or a missing example?
Was this page helpful?
tensorplay.library.register_kernel
Accepts a CustomOpDef or a qualified operator name. device_types=None or an empty iterable means the device-agnostic slot; composite spellings ( Composite… ) map there too. Usable directly or as a decorator.
tensorplay.library.triton_op
The registered kernel(s) must launch their Triton kernels through wrap_triton() and only mutate arguments listed in mutates_args . Under tensorplay.compile the whole operator is captured as a single opaque node — the com

