You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to build composable kernel targeting gfx1010 (my GPU is RX 5700 XT) and ran into errors about target not having certain features. I couldn't find information what targets support what features so I started looking at llvm source. If we look at
we can see 10.1.0 lacks features compared to 10.1.1. Considering the similarity across RDNA1 line, is this correct or should gfx1010 hardware have these dot instructions as well?
The text was updated successfully, but these errors were encountered:
I was trying to build composable kernel targeting gfx1010 (my GPU is RX 5700 XT) and ran into errors about target not having certain features. I couldn't find information what targets support what features so I started looking at llvm source. If we look at
llvm-project/llvm/lib/Target/AMDGPU/AMDGPU.td
Line 1540 in 96f975a
The text was updated successfully, but these errors were encountered: