Module intersect

Module intersect 

Source
Expand description

MATLAB-compatible intersect builtin with GPU-aware semantics for RunMat.

Supports element-wise and row-wise intersections with optional stable ordering, and index outputs that mirror MathWorks MATLAB semantics. GPU tensors are gathered to host memory unless a provider supplies a dedicated intersect kernel hook.

Structs§

IntersectEvaluation

Constants§

FUSION_SPEC
GPU_SPEC

Functions§

evaluate
Evaluate the intersect builtin once and expose all outputs.