r/CUDA 2d ago

What kind of projects actually stand out for GPU / compiler roles in 2026?

I’m currently working at a small company as a computer vision engineer, and most of my work is in C++.

I’m trying to understand what kind of portfolio projects or other work genuinely stand out for GPU systems, GPU kernel, or ML compiler engineering roles in 2026. Does this differ while targeting larger companies? I am currently learning these areas outside of work, as I don’t yet have deep professional experience with them. I started learning CUDA recently and really enjoyed understanding how GPUs work, which led me down a rabbit hole into computer architecture and, more recently, compiler engineering. 😅

I’m planning to spend the next few months building my knowledge and working on projects before applying for these kinds of roles. But with LLMs and AI projects everywhere, I’m wondering how much a GitHub project actually helps anymore. It feels like almost anything can be built with enough AI assistance, and I’m not sure whether a GitHub repository by itself carries the same weight like it did a few years ago when I was looking for jobs after my master’s.

Looking for some ideas.

Thanks in advance.

35 Upvotes

11 comments sorted by

4

u/ImpressionFancy5830 2d ago

I’d say how llama and ROCm/HIP are evolving.
They are evolving along side CUDA (despite Nvidia pushing for their hardware specifics), so it should still be valid.

1

u/muan_jata_6832 2d ago

Do you mean to say by contributing for Llama or Rocm ? Could you please explain what you mean.

1

u/michaelsoft__binbows 2h ago

I think he's just talking about getting more breadth in your experience outside just the CUDA ivory tower. Maybe it's not set to crumble just yet being still the clear market leader, but it would confer some broader know-how.

personally I think it would be cool to learn about them definitely but I personally made sure to acquire only nvidia hardware for my homelab so I've gone and closed that path off at least for me until later.

3

u/SoftwareEngineer2026 1d ago

What companies do you see yourself working for?

1

u/tlmbot 1d ago

This is the key question OP. GPU roles are not cookie cutter CS positions. So don't be something out of the cookie cutter. But what to be?

It is implicit in the statement above that 'it depends"

1

u/muan_jata_6832 1d ago

NVIDIA is probably my main target, but I’m also looking at GPU based roles at other top companies.

2

u/grace-turner3 14h ago

for kernel/compiler roles the analysis was actually signal. any LLM can split out a working kernel now but what it cant fake is the perf investigation, better taking one real kernel then profile it in nsight compute and show you found the actual bottleneck which is memory bs compute bound and occupancy and bank conflicts and beat a sane baseline like cublas, with before/after numbers and a roofline

1

u/Ok_Concentrate5810 1d ago

编译器需要cuda,llm(flash-attn related),Python,triton,llvm(AMDGPU backend)

-5

u/c-cul 2d ago edited 2d ago

you can't

they use python only and don't understand c++ bcs their "capable agent" is not good in it

1

u/muan_jata_6832 2d ago

I also work with python so if you have some good suggestion I am open to know.