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
[Proton][AMD] Fix peak TB/s and support gfx950 specs (#7175)
Using `2 * bus_width * memory_clock_rate * 1e3 / 8`
as the formula cannot deduce the proper max TB/s
on AMD devices; the method is more involved on AMD.
For now we just hardcode the TB/s result to get correct
result and unblock supporting of gfx950.
0 commit comments