Professional mining software developer here.
Ethash (the proof-of-work used in Ethereum) is memory bandwidth bound.
1 Ethash requires 8KB of memory bandwidth, 1 MH requires ~7.8 GB of memory bandwidth (1000000*8KB/1048576 ~= 7.8GB).
Vega56 has ~409.6 GB/s; 409.6/7.8 ~= 52.5 MH/s
Vega64 has ~483.8 GB/s; 483.8/7.8 ~= 63.4 MH/s
Both versions use SKHynix's HBM2 memory, which is a 1.6Gbps part @ 1.2volts (
SKHynix's Q2'17 Databook). This is the memory speed in Vega56. The Vega64 runs the same part @ 1.89Gbps meaning it is factory overclocked and unlikely to go faster.
Tldr: Peak Ethash performance unlikely to exceed 65 MH/s on Vega64 and 55 MH/s on stock Vega56.