Live data from Hacker News

Show HN: Tiny-vLLM – high performance LLM inference engine in C++ and CUDA

github.com

11–20 of 26 posts

Re: Show HN: Tiny-vLLM – high performance LLM inference engine in C++ and CUDA

#18
post #17

I am looking at a plain and simple C implemented LLM inference, and/or x86_64 assembly implemented, and/or AMD GPU RDNA assembly. Anybody?

I heard once that c++ can become assembly at some point if you type the right things in. :)

Re: Show HN: Tiny-vLLM – high performance LLM inference engine in C++ and CUDA

#19
post #2

README is in my opinion (author here) the most interesting - I wrote it to help others build useful mental model to be able to recreate the project yourself, without need to even read my code

I am not super familiar with C and CUDA, so I read solely for the README and enjoyed it supremely. The blend of cheerful walking through instructive examples and your philosophical takes on how to approach the exercise to get the most out of it put me in a great mood. You captured that special upbeat attitude that comes about when you're doing something as well as you can just because it's so legitimately interesting to you.
Post reply on HN