ROCm/rocWMMA

6X00 series GPU support (gfx10)

Closed this issue · 2 comments

6X00 series has ray tracing capabilities, are they not supported for rocWMMA at all for some of these gemm functions?

Hi there, thanks for reaching out!

The 6X00 (gfx10) series cards are based on the RDNA2 architecture which has special raytracing hardware units which accelerate that type of application. These are pretty specialized for rendering pipelines, and are not currently in the scope of rocWMMA.

The next generation (gfx11) of cards with RDNA3 architecture have different hardware 'AI acceleration' units, which do fall within the scope of rocWMMA. They provide more generalized support for matrix multiplication (data type & layout, block sizes, etc.) that can be leveraged by a wide variety of AI or other HPC applications. rocWMMA's purpose is to facilitate using these hardware units in an approachable fashion with block-wise multiplication.

See the differences here:
https://www.amd.com/en/technologies/rdna

I hope that helps!