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
// RLX — versatile ML compiler + runtime.
// Copyright (C) 2026 Eugene Hauptmann, Nataliya Kosmyna.
// SPDX-License-Identifier: MIT OR Apache-2.0
//! Gaussian splat forward/backward for MLX lowering (CPU reference on host buffers).

#![cfg(rlx_mlx_host)]

pub use rlx_cpu::splat::{backward_host_slices, render_host_slices};