Show HN: Metashade – a Pythonic GPU shading/compute EDSL

https://github.com/ppenenko/metashade
by ppenenko • 2 years ago
47 8 2 years ago

Superficially, it may look similar to Nvidia's Warp or OpenAI's Triton, but instead of transpiling a subset of Python to the target language, it implements dynamic codegen in pure Python.

These slides discuss the existing GPU programming solutions and make a case for Metashade's approach: https://docs.google.com/presentation/d/e/2PACX-1vQtYIwXIkMnV...

Related Stories

Loading related stories...

Source preview

github.com