logoalt Hacker News

jmalickitoday at 12:11 AM3 repliesview on HN

What else are you going to write CUDA kernels in that will be better than Mojo?

This doesn't compete with Python.

Like if someone wrote a competitor to VHDL that looked like TEMU Python... Python would not be its competitor, VHDL would.


Replies

Alexander-Barthtoday at 10:57 AM

Julia is actually quite nice for this. If you prefer a python-like approach consider Triton from openai, numba (https://numba.pydata.org/) or CuTe DSL from Nvidia.

pjmlptoday at 8:37 AM

Python tooling from NVidia itself, which generate the same PTX as CUDA C++.

adgjlsfhk1today at 12:28 AM

Julia

show 1 reply