Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
That's somewhat interesting, @arsenm the 4000 series APUs used to identify as gfx902 iirc - does the new name for existing hardware make sense to you?
90c introduced in https://reviews.llvm.org/D90419, only change I can see in that a change to sramecc, which I thought was a targetid thing and not an isa thing. It does name various APUs as now corresponding to 90c though. So this change is fine.
Comment Actions
I was using gfx902 in the past but after installing ROCm 5.0.0 today, I got a complaint and I have to use gfx90c by copying gfx902 bc files to gfx90c.
However it is better to do the right thing here.