<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title><![CDATA[SCALE Blog]]></title>
        <description><![CDATA[SCALE announcements]]></description>
        <link>https://scale-lang.com/posts</link>
        <generator>RSS for Node</generator>
        <lastBuildDate>Tue, 10 Mar 2026 00:00:00 GMT</lastBuildDate>
        <atom:link href="https://scale-lang.com/posts/feed.xml" rel="self" type="application/rss+xml"/>
        <pubDate>Tue, 10 Mar 2026 00:00:00 GMT</pubDate>
        <copyright><![CDATA[Copyright 2026 Spectral Compute Ltd.]]></copyright>
        <language><![CDATA[en-GB]]></language>
        <managingEditor><![CDATA[ms@spectralcompute.co.uk (Michael Søndergaard)]]></managingEditor>
        <webMaster><![CDATA[ms@spectralcompute.co.uk (Michael Søndergaard)]]></webMaster>
        <ttl>60</ttl>
        <item>
            <title><![CDATA[CUDA, the De Facto Standard of HPC?]]></title>
            <description><![CDATA[For nearly two decades, NVIDIA’s proprietary programming model, CUDA, has been the "gold standard" for unlocking the capabilities of the GPU. In June 2024, Jensen Huang announced that the ecosystem has reached 5 million developers, growing...]]></description>
            <link>https://scale-lang.com/posts/2026-03-10-cuda-the-de-facto-standard-of-hpc</link>
            <guid isPermaLink="true">https://scale-lang.com/posts/2026-03-10-cuda-the-de-facto-standard-of-hpc</guid>
            <dc:creator><![CDATA[Giulio Malitesta]]></dc:creator>
            <pubDate>Tue, 10 Mar 2026 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Optimizing CUDA Shuffles with SCALE]]></title>
            <description><![CDATA[Compilation of CUDA shuffles to use AMD's Data-Parallel Primitives (DPP) is a novel and unique compiler optimization in SCALE, first added in version 1.4.2. It's important to be able to execute shuffles efficiently as they are used in...]]></description>
            <link>https://scale-lang.com/posts/2026-01-19-optimizing-cuda-shuffles</link>
            <guid isPermaLink="true">https://scale-lang.com/posts/2026-01-19-optimizing-cuda-shuffles</guid>
            <dc:creator><![CDATA[Justine Khoo]]></dc:creator>
            <pubDate>Mon, 19 Jan 2026 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[GROMACS on SCALE: A Quick Update]]></title>
            <description><![CDATA[After our first GROMACS post back in May, we kept digging into the parts of the CUDA backend that GROMACS relies on, especially after getting a very helpful email from the GROMACS Team. Their feedback pointed out a few places where our...]]></description>
            <link>https://scale-lang.com/posts/2025-12-16-GROMACS_on_SCALE_December_Update</link>
            <guid isPermaLink="true">https://scale-lang.com/posts/2025-12-16-GROMACS_on_SCALE_December_Update</guid>
            <dc:creator><![CDATA[Manos Pavlidakis]]></dc:creator>
            <pubDate>Tue, 16 Dec 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[It's Been a Minute]]></title>
            <description><![CDATA[A Big Update from Spectral Compute, the team behind SCALE. Hey World Yeah, we know, it’s been a while. We’ve been heads-down, buried in code, and frankly, just incredibly busy making CUDA work everywhere. So, grab a coffee. We’ve got a lot...]]></description>
            <link>https://scale-lang.com/posts/2025-11-10-Announcement_Venture_Backed</link>
            <guid isPermaLink="true">https://scale-lang.com/posts/2025-11-10-Announcement_Venture_Backed</guid>
            <dc:creator><![CDATA[Michael Søndergaard]]></dc:creator>
            <pubDate>Mon, 10 Nov 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Running GPU-Optimised Monte Carlo (GOMC) on an AMD GPU using SCALE]]></title>
            <description><![CDATA[SCALE is a toolkit that enables CUDA applications to be natively compiled for AMD GPUs. As SCALE reaches maturity, the number of projects that work with it steadily increases. Today we will look at the experience of using SCALE to build and...]]></description>
            <link>https://scale-lang.com/posts/2025-06-16-GOMC</link>
            <guid isPermaLink="true">https://scale-lang.com/posts/2025-06-16-GOMC</guid>
            <dc:creator><![CDATA[ftvkyo]]></dc:creator>
            <pubDate>Mon, 16 Jun 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[SCALE Benchmark case study: GROMACS]]></title>
            <description><![CDATA[With the release of version 1.3.1, SCALE has reached a major compatibility milestone: the ability to run the CUDA version of GROMACS on AMD GPUs. This is an exciting moment for us, since GROMACS is a large and complex CUDA project. Getting...]]></description>
            <link>https://scale-lang.com/posts/2025-05-19-GROMACS</link>
            <guid isPermaLink="true">https://scale-lang.com/posts/2025-05-19-GROMACS</guid>
            <dc:creator><![CDATA[Chris Kitching]]></dc:creator>
            <pubDate>Mon, 19 May 2025 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[August in review]]></title>
            <description><![CDATA[It’s been about six weeks since we released SCALE and we’re overjoyed with the reception we’ve received. We: Made number 1 on Hacker News and stayed there for several days! Saw more than 35 articles written about SCALE. Had more than half a...]]></description>
            <link>https://scale-lang.com/posts/2024-08-28-August-in-review</link>
            <guid isPermaLink="true">https://scale-lang.com/posts/2024-08-28-August-in-review</guid>
            <dc:creator><![CDATA[Michael Søndergaard]]></dc:creator>
            <pubDate>Wed, 28 Aug 2024 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Unpacking SCALE]]></title>
            <description><![CDATA[It’s been just over two weeks since the first beta version of SCALE launched. We’re thrilled by the response we’ve received: it’s clear that the world is as excited as we are at the prospect of diversifying the GPGPU market! SCALE enables...]]></description>
            <link>https://scale-lang.com/posts/2024-08-02-unpacking-SCALE</link>
            <guid isPermaLink="true">https://scale-lang.com/posts/2024-08-02-unpacking-SCALE</guid>
            <dc:creator><![CDATA[Matthew Ireland]]></dc:creator>
            <pubDate>Fri, 02 Aug 2024 00:00:00 GMT</pubDate>
        </item>
        <item>
            <title><![CDATA[Announcing the SCALE BETA]]></title>
            <description><![CDATA[Announcing SCALE: a GPGPU toolchain allowing CUDA programs to be natively run on AMD GPUs. Support for more vendors is in development. We want everyone to have the freedom to use the best GPGPU programming tools, and the GPU hardware that...]]></description>
            <link>https://scale-lang.com/posts/2024-07-12-release-announcement</link>
            <guid isPermaLink="true">https://scale-lang.com/posts/2024-07-12-release-announcement</guid>
            <dc:creator><![CDATA[Michael Søndergaard]]></dc:creator>
            <pubDate>Fri, 12 Jul 2024 00:00:00 GMT</pubDate>
        </item>
    </channel>
</rss>