Now its getting really interesting: In the end you have to compare pricing for a vCore (which is a thread on a cpu) with per-thread performance on AMD vs. Intel. Does anyone know a benchmark like this? Epyc Processors are most often tested on heavy parallelizable tasks and not strictly single thread tasks.
New AMD EPYC-based Compute Engine family, now in beta
21–30 of 146 posts
Re: New AMD EPYC-based Compute Engine family, now in beta
#22Now its getting really interesting: In the end you have to compare pricing for a vCore (which is a thread on a cpu) with per-thread performance on AMD vs. Intel. Does anyone know a benchmark like this? Epyc Processors are most often tested on heavy parallelizable tasks and not strictly single thread tasks.
From what I've seen AMD's recent chips beat (sometimes outright destroy) Intel on multithreaded tasks, but on single-threaded tasks it's still a bit of a toss up and depends on the work load. Intel seems to still come out ahead on some heavy numeric and scientific type work loads, especially if vector instructions are used. The differences are not huge though, and AMD solidly wins on price/performance even in cases w…
Re: New AMD EPYC-based Compute Engine family, now in beta
#23Re: New AMD EPYC-based Compute Engine family, now in beta
#24Earlier quoted context omitted.
Disclosure: I also work on Google Cloud That's correct! Once the rollout completes, you will be able to use N2D instances for GKE!
> Disclosure: I also work on Google Cloud Wow, half of the comments so far start with this disclosure! Tons of Google people lurking on HN :)
Re: New AMD EPYC-based Compute Engine family, now in beta
#25What's the topology of these machines? Dual socket 64c chips with some reserved (or disabled)?
Re: New AMD EPYC-based Compute Engine family, now in beta
#26Now its getting really interesting: In the end you have to compare pricing for a vCore (which is a thread on a cpu) with per-thread performance on AMD vs. Intel. Does anyone know a benchmark like this? Epyc Processors are most often tested on heavy parallelizable tasks and not strictly single thread tasks.
I did some rudimentary testing with AMD vs Intel on AWS recently and found that AMD lacked enough in single threaded perf that it meant they weren’t worth the savings for our workloads (Rails apps).
I don't work with Rails anymore but the last Rails app(single threaded, Unicorn) I worked with raw CPU compute was not the bottleneck usually as with most CRUD apps time was mostly spent in I/O. This effect was so pronounced that I had set up most scaling groups on M or R instances as the memory used by the gems was the bottleneck on the number of Rails processes I could spawn in the box without exhausting resources. However I do remember even if CPU was not the bottleneck, moving to a processor with a better single thread performance did improve the median response time at the cost of making the same request throughput costlier.
Re: New AMD EPYC-based Compute Engine family, now in beta
#27Re: New AMD EPYC-based Compute Engine family, now in beta
#28What are the implications? Higher perf and/or lower price?
https://cloud.google.com/compute/all-pricing#n2_machine_type...
Jeez, I didn't realize how expensive cloud compute was. I always wondered why my school still has a datacenter. Having your own servers still makes sense for a lot of orgs.
Re: New AMD EPYC-based Compute Engine family, now in beta
#29Re: New AMD EPYC-based Compute Engine family, now in beta
#30Earlier quoted context omitted.
From what I've seen AMD's recent chips beat (sometimes outright destroy) Intel on multithreaded tasks, but on single-threaded tasks it's still a bit of a toss up and depends on the work load. Intel seems to still come out ahead on some heavy numeric and scientific type work loads, especially if vector instructions are used. The differences are not huge though, and AMD solidly wins on price/performance even in cases w…
Is that with spectre/meltdown/etc protection on?