r-xla/pjrt
R Interface to PJRT
This tool helps R users execute advanced machine learning models or complex numerical computations on specialized hardware like GPUs or CPUs. It takes programs defined in XLA or StableHLO, compiles them for your chosen hardware, and then runs them, providing the numerical results back in R. It's designed for data scientists, machine learning engineers, and researchers working with high-performance computing in R.
Use this if you need to run machine learning models or numerical operations written in XLA or StableHLO directly from R, leveraging the specific capabilities of your CPU or GPU hardware for faster processing.
Not ideal if you're looking to *create* new StableHLO programs from scratch within R, as this package focuses on executing pre-defined programs.
Stars
7
Forks
—
Language
C++
License
—
Category
Last pushed
Mar 13, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/r-xla/pjrt"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
mlverse/torch
R Interface to Torch
modern-fortran/neural-fortran
A parallel framework for deep learning
Beliavsky/Fortran-code-on-GitHub
Directory of Fortran codes on GitHub, arranged by topic
Cambridge-ICCS/FTorch
A library for directly calling PyTorch ML models from Fortran.
NVIDIA/TorchFort
An Online Deep Learning Interface for HPC programs on NVIDIA GPUs