TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: PIM Programming in Spiral: Upmem Demo

1 pointsby abstractcontrolover 2 years ago
Here is a demo of a backend for a Process-In-Memory chip. It is a demonstration of Spiral&#x27;s ability for heterogeneous programming. I want to do more backends for different kinds of devices, and posting this on HN to gauge the interest in this kind of work. While x86 devices have a ton of good languages, new and niche hardware is likely to have poor language support and tooling, so I am hoping to fill that gap with Spiral. Whether you are a company that has some new kind of hardware or a user of it and you are fatigued of programming it in C, that is what I aim to alleviate. Going from a low level language like C to a high level one like Spiral would significantly boost your productivity.<p>The backend I am demoing here is for UPMEM, but now that I have it as a template, I could easily make similar backends for other kinds of devices assuming I have access to at least a simulator.

1 comment

wilburmover 2 years ago
This blow my mind a little. I have to wonder if there is signal processing potential for, say, SDR.