rlx-mlx 0.2.14

MLX backend for RLX — Apple's array framework via hand-rolled C++ shim, eager + lazy execution
1
2
3
4
5
6
7
8
9
// RLX — versatile ML compiler + runtime.
// Copyright (C) 2026 Eugene Hauptmann, Nataliya Kosmyna.
// SPDX-License-Identifier: MIT OR Apache-2.0
//! Vector transcendentals — same API as [`rlx_cpu::vmath`].
//!
//! Host path for staging. Device path: MLX `Exp` / `Tanh` unaries; reciprocal
//! is `1/x` via reciprocal or divide.

pub use rlx_cpu::vmath::*;