home.social

#awsneuron — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #awsneuron, aggregated by home.social.

  1. During my time at AWS, I built automation for Neuron kernel modules on OpenShift. They need rebuilding for each OpenShift version, which creates ongoing maintenance work. My solution uses GitHub Actions with nightly builds and minimal container images. This removes the manual work and was part of a broader, still ongoing, effort to enable Neuron workloads on OpenShift.

    More in my Blog: dominik.wombacher.cc/posts/aws

  2. I noticed the official repo of the AWS Neuron kernel driver hasn't been updated since 2020, even though releases exist as RPMs and are licensed under GPL-2.0. So, I've built a Go tool to extract and publish the source. It checks for updates automatically every week. Simple problem, simple solution to give everyone access to the source code of all releases.

    More in my Blog: dominik.wombacher.cc/posts/aut