<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:r="https://r-universe.dev"><channel><title>r-xla.r-universe.dev</title><link>https://r-xla.r-universe.dev</link><description>Recent package updates in r-xla</description><generator>R-universe</generator><image><url>https://github.com/r-xla.png</url><title>R packages by r-xla</title><link>https://r-xla.r-universe.dev</link></image><lastBuildDate>Wed, 03 Jun 2026 12:04:30 GMT</lastBuildDate><item><title>[r-xla] anvl 0.3.0</title><author>seb.fischer@tutamail.com (Sebastian Fischer)</author><description>Accelerated array computing and code transformations for
R. Numerical programs operating on multi-dimensional arrays can
be just-in-time compiled to optimized executables via 'XLA' --
the same compiler that powers 'JAX' and 'TensorFlow' -- and run
on CPU or NVIDIA GPU from the same source. Also provides
reverse-mode automatic differentiation, returning the gradient
of a function as another R function.</description><link>https://github.com/r-universe/r-xla/actions/runs/26887535029</link><pubDate>Wed, 03 Jun 2026 12:04:30 GMT</pubDate><r:package>anvl</r:package><r:version>0.3.0</r:version><r:status>success</r:status><r:repository>https://r-xla.r-universe.dev</r:repository><r:upstream>https://github.com/r-xla/anvl</r:upstream><r:article><r:source>extending_primitive.Rmd</r:source><r:filename>extending_primitive.html</r:filename><r:title>Adding a Primitive</r:title><r:created>2026-04-27 06:55:18</r:created><r:modified>2026-05-18 14:21:54</r:modified></r:article><r:article><r:source>efficiency.Rmd</r:source><r:filename>efficiency.html</r:filename><r:title>Efficiency</r:title><r:created>2026-04-27 06:55:18</r:created><r:modified>2026-05-28 04:34:12</r:modified></r:article><r:article><r:source>extending_api.Rmd</r:source><r:filename>extending_api.html</r:filename><r:title>Extending the API</r:title><r:created>2026-04-27 06:55:18</r:created><r:modified>2026-05-16 12:12:32</r:modified></r:article><r:article><r:source>faq.Rmd</r:source><r:filename>faq.html</r:filename><r:title>FAQ</r:title><r:created>2026-03-13 11:48:09</r:created><r:modified>2026-05-07 09:08:07</r:modified></r:article><r:article><r:source>gaussian-process.Rmd</r:source><r:filename>gaussian-process.html</r:filename><r:title>Gaussian Process</r:title><r:created>2026-03-13 10:01:26</r:created><r:modified>2026-05-18 08:19:24</r:modified></r:article><r:article><r:source>anvl.Rmd</r:source><r:filename>anvl.html</r:filename><r:title>Get Started</r:title><r:created>2026-04-23 04:43:33</r:created><r:modified>2026-04-30 07:07:01</r:modified></r:article><r:article><r:source>installation.Rmd</r:source><r:filename>installation.html</r:filename><r:title>Installation</r:title><r:created>2026-03-13 15:26:06</r:created><r:modified>2026-04-28 03:46:25</r:modified></r:article><r:article><r:source>internals.Rmd</r:source><r:filename>internals.html</r:filename><r:title>Internals</r:title><r:created>2025-11-28 16:55:40</r:created><r:modified>2026-05-02 07:38:08</r:modified></r:article><r:article><r:source>jit.Rmd</r:source><r:filename>jit.html</r:filename><r:title>JIT Deep Dive</r:title><r:created>2026-04-27 06:55:18</r:created><r:modified>2026-05-02 07:38:08</r:modified></r:article><r:article><r:source>logistic-regression.Rmd</r:source><r:filename>logistic-regression.html</r:filename><r:title>Logistic Regression</r:title><r:created>2026-01-28 08:06:08</r:created><r:modified>2026-05-18 08:19:24</r:modified></r:article><r:article><r:source>metropolis-hastings.Rmd</r:source><r:filename>metropolis-hastings.html</r:filename><r:title>Metropolis-Hastings</r:title><r:created>2026-03-12 10:43:32</r:created><r:modified>2026-05-18 08:19:24</r:modified></r:article><r:article><r:source>primitives.Rmd</r:source><r:filename>primitives.html</r:filename><r:title>Primitives Reference</r:title><r:created>2025-12-16 19:00:13</r:created><r:modified>2026-04-23 04:43:33</r:modified></r:article><r:article><r:source>random-numbers.Rmd</r:source><r:filename>random-numbers.html</r:filename><r:title>Random Number Generation</r:title><r:created>2025-12-18 09:36:49</r:created><r:modified>2026-05-05 15:34:48</r:modified></r:article><r:article><r:source>static_shapes.Rmd</r:source><r:filename>static_shapes.html</r:filename><r:title>Static Shape Restriction</r:title><r:created>2026-04-27 06:55:18</r:created><r:modified>2026-04-27 06:55:18</r:modified></r:article><r:article><r:source>subsetting.Rmd</r:source><r:filename>subsetting.html</r:filename><r:title>Subsetting</r:title><r:created>2026-01-28 06:51:43</r:created><r:modified>2026-05-18 08:19:24</r:modified></r:article><r:article><r:source>type-promotion.Rmd</r:source><r:filename>type-promotion.html</r:filename><r:title>Type Promotion</r:title><r:created>2025-12-16 18:10:13</r:created><r:modified>2026-04-23 04:43:33</r:modified></r:article></item><item><title>[r-xla] stablehlo 0.3.0</title><author>seb.fischer@tutamail.com (Sebastian Fischer)</author><description>The package offers a low level interface to create
stableHLO programs.  These programs can be compiled and run on
different hardware backends (CPU, GPU, ...)  using the 'pjrt'
package.</description><link>https://github.com/r-universe/r-xla/actions/runs/26882678827</link><pubDate>Wed, 03 Jun 2026 11:42:01 GMT</pubDate><r:package>stablehlo</r:package><r:version>0.3.0</r:version><r:status>success</r:status><r:repository>https://r-xla.r-universe.dev</r:repository><r:upstream>https://github.com/r-xla/stablehlo</r:upstream></item><item><title>[r-xla] pjrt 0.4.0</title><author>seb.fischer@tutamail.com (Sebastian Fischer)</author><description>Provides an R interface to PJRT (Pluggable Jit RunTime),
which allows you to run XLA or stableHLO programs on a variety
of hardware backends including CPU, GPU, and TPU.</description><link>https://github.com/r-universe/r-xla/actions/runs/26881585299</link><pubDate>Wed, 03 Jun 2026 11:19:05 GMT</pubDate><r:package>pjrt</r:package><r:version>0.4.0</r:version><r:status>success</r:status><r:repository>https://r-xla.r-universe.dev</r:repository><r:upstream>https://github.com/r-xla/pjrt</r:upstream></item><item><title>[r-xla] xlamisc 0.3.0</title><author>seb.fischer@tutamail.com (Sebastian Fischer)</author><description>Helper functions for the XLA ecosystem.</description><link>https://github.com/r-universe/r-xla/actions/runs/26769610115</link><pubDate>Mon, 01 Jun 2026 13:05:12 GMT</pubDate><r:package>xlamisc</r:package><r:version>0.3.0</r:version><r:status>success</r:status><r:repository>https://r-xla.r-universe.dev</r:repository><r:upstream>https://github.com/r-xla/xlamisc</r:upstream></item><item><title>[r-xla] tengen 0.2.0</title><author>seb.fischer@tutamail.com (Sebastian Fischer)</author><description>Generic functions and common objects for working with
tensors.</description><link>https://github.com/r-universe/r-xla/actions/runs/27085397579</link><pubDate>Wed, 08 Apr 2026 06:53:16 GMT</pubDate><r:package>tengen</r:package><r:version>0.2.0</r:version><r:status>success</r:status><r:repository>https://r-xla.r-universe.dev</r:repository><r:upstream>https://github.com/r-xla/tengen</r:upstream></item></channel></rss>