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
setdiffonce and expose all outputs to the caller. - setdiff_
numeric_ from_ tensors - Helper exposed for acceleration providers handling numeric tensors entirely on the host.