All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

RunMat: Open-Source MATLAB-Compatible Runtime for CPU and GPU Computing

By

nallana

6mo ago· 10 min readenCode

Summary

RunMat is an open-source runtime for mathematical computing that allows users to write code in MATLAB syntax and automatically run it on both CPU and GPU without requiring license fees. The tool automatically fuses operations and intelligently routes computations between CPU and GPU, working across multiple platforms (Windows, macOS, Linux, WebAssembly) and hardware (NVIDIA, AMD, Apple Silicon, Intel GPUs). It requires no kernel code, rewrites, device flags, or vendor lock-in, and can be installed via CLI, embedded via NPM, or tried instantly in the browser without an account. Currently in pre-release (v0.3), it has passed thousands of tests but may have some rough edges.

Key quotes

· 5 pulled
Open-source runtime for math. MATLAB syntax. CPU + GPU. No license fees.
RunMat automatically fuses operations and intelligently routes between CPU and GPU.
Works across Windows, macOS, Linux, and WebAssembly, across NVIDIA, AMD, Apple Silicon, and Intel GPUs.
No kernel code. No rewrites. No device flags. No vendor lock-in.
Try it now — no install needed · Docs · Blog · Website
Snippet from the RSS feed
Open-source runtime for math. Write MATLAB syntax, run on CPU + GPU automatically. Install via CLI, embed via NPM, or try instantly in the browser — no account needed. - runmat-org/runmat

You might also wanna read