Skip to main content

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 use a provider hook or typed host fallback, then public outputs are restored to the owning provider.

Structs§

SetdiffEvaluation

Constants§

FUSION_SPEC
GPU_SPEC
SETDIFF_DESCRIPTOR

Functions§

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