Expand description
MATLAB-compatible setdiff builtin with GPU-aware semantics for RunMat.
Provides element-wise and row-wise set difference with optional stable ordering. GPU tensors are gathered to host memory today, but the builtin is registered as a residency sink so future providers can implement device-side kernels without impacting behaviour.
Structs§
Constants§
Functions§
- evaluate
- Evaluate the
setdiffbuiltin once and expose all outputs. - setdiff_
numeric_ from_ tensors - Helper exposed for acceleration providers handling numeric tensors entirely on the host.