risechain / pevm

Blazingly fast Parallel EVM
MIT License
227 stars 47 forks source link

`pevm` is not working well on AMD? #390

Open hai-rise opened 3 weeks ago

hai-rise commented 3 weeks ago

Isolated Ethereum benchmarks (Gigagas is fine) run poorly on an AMD bare metal. It may suggest that threads on this bare metal are currently very expensive. We may need to look into hyperthreading or whatever to ensure pevm excels on this machine.

The suspect on AMD is because pevm doesn't face this issue on Intel or ARM (my Desktop and several AWS instances).