amd / fuzzyHSA

Apache License 2.0
50 stars 1 forks source link

fuzzing framework for HIP compiler? #3

Closed BenWibking closed 2 months ago

BenWibking commented 3 months ago

Since the tweet said this was the place for tracking issues, I thought I'd ask: is there any chance of an open-source fuzzing framework for the HIP compiler?

In our case, we can't run our code on some of the largest supercomputers because the compiler generates incorrect register spill code for kernels with very high register usage.

powderluv commented 2 months ago

We plan to continue developing various fuzzy tests including for the HIP layers.