Module setdiff

Module setdiff 

Source
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§

SetdiffEvaluation

Constants§

FUSION_SPEC
GPU_SPEC

Functions§

evaluate
Evaluate setdiff once and expose all outputs to the caller.
setdiff_numeric_from_tensors
Helper exposed for acceleration providers handling numeric tensors entirely on the host.