Call for Nixpkgs ROCm usecase submissions for validation suite development

Hi everyone! I’m looking to build a more comprehensive set of validation tests for ROCm, to help catch breakage ahead of merging significant changes.

Looking for community help here. If you have a usecase, please reply to this topic with how you use ROCm.

If you have a code example, a flake, a python script, a runnable command that’s awesome. If not, just describing how you use Nixpkgs ROCm is still useful!

I’ll be going over submissions and trying to synthesize them into new tests/impureTests in nixpkgs or part of an external validation suite repo depending on how well they fit either place.

9 Likes

I use this smoke test of vLLM, taken more or less from the vLLM docs. I haven’t checked if the hip smoke test here still works, but this is what I would use in the olden days of ROCm 4.x.

1 Like

I was using the rocm backend of llama.cpp a while back.

1 Like