isAvailable property

bool get isAvailable

Whether a linked MLX runtime can execute on this target.

MLX execution requires a physical iOS device. An arm64 simulator slice is packaged only so consumers can validate compilation and linkage.

Implementation

static bool get isAvailable => MLXBindings.checkAvailability();