Earlier quoted context omitted.
Same. In an effort to minimalize, my work PC is a monitor with a NUC sitting under it. No bulky case, wires everywhere, etc. I've been trying for two years to find an AMD equivalent to no avail.
You can get a VESA mount Mini-ITX[1] case with a current-chipset (X570, etc.) motherboard, as well as all the other Mini-ITX options like monitor-mount base cases[2]. 1. https://www.amazon.com/Antec-ISK110-VESA-U3-Mini-ITX-Compati... 2. https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcQQB9...
Intel publishes misleading benchmarks against AMD
131–140 of 209 posts
Re: Intel publishes misleading benchmarks against AMD
#132Earlier quoted context omitted.
You absolutely need Spectre/Meltdown mitigation otherwise someone could attack you with JavaScript running in your web browser. https://linuxreviews.org/HOWTO_make_Linux_run_blazing_fast_(... noibrs - We don't need no restricted indirect branch speculation noibpb - We don't need no indirect branch prediction barrier either nospectre_v1 and nospectre_v2: Don't care if some program can get data from some other program…
You just leaped to the unfounded conclusion that every computer needs to run untrusted JavaScript. The vast majority of computers have no such need. Especially in a performance-sensitive contest like buying CPU for your database server that lives in a datacenter and never runs a web browser you will certainly disable these security things.
If you or your employer doesn't apply mitigations I certainly wouldn't go around bragging about it. Let it be a deep, dark secret until the next hw upgrade cycle. Otherwise you'll get pilloried and/or sued for any data breach.
Re: Intel publishes misleading benchmarks against AMD
#133Earlier quoted context omitted.
Can I ask for anyone from AMD to sell a 4 socket, epyc mobo. Im looking for 256 (4*64) core desktop PC.
Desktop? Not only will that be huge, but I doubt such a system would work within the typical 1500-2000w power budget of a household electrical run.
You're right to express some concern -- practical residential limit for continuous load on a perfect incarnation of the typical residential circuit is something like 1440W total (80% of nominal 15A breaker on 120VAC).
Maybe more realistic mid-range products are 155-180W/socket, and that drops the CPU draw down to 620-720W.
Re: Intel publishes misleading benchmarks against AMD
#134Sky blue, water wet. I have seen this headline written in 1996, 2002, 2006, 2018...
Re: Intel publishes misleading benchmarks against AMD
#135Earlier quoted context omitted.
Can I ask for anyone from AMD to sell a 4 socket, epyc mobo. Im looking for 256 (4*64) core desktop PC.
> 4 socket, epyc mobo AFAIK, there aren't any, Epyc only has 1 socket (with 129 PCIe lanes) or 2 socket (using 64 or 48 of the 129 lanes to connect to the other socket) options.
Re: Intel publishes misleading benchmarks against AMD
#136Earlier quoted context omitted.
They can't fake public PassMark results though. They currently hold four of the top five results for high end processors there ( https://www.cpubenchmark.net/high_end_cpus.html ) and a lot of the top price/performance results ( https://www.cpubenchmark.net/cpu_value_available.html ). A lot of folks use charts like these to guide buying decisions or make recommendations to others.
Are we looking at the same charts? Both show AMD with a majority in the top 5.
Re: Intel publishes misleading benchmarks against AMD
#137I recall a few months ago they released a marketing pack benchmarking themselves against AMD with a small print disclaimer that they hadn't applied the spectre/meltdown fixes.
Many applications don't need Spectre or Meltdown mitigations, but they should at least put the test parameters up front and not in the fine print.
Re: Intel publishes misleading benchmarks against AMD
#138Earlier quoted context omitted.
You absolutely need Spectre/Meltdown mitigation otherwise someone could attack you with JavaScript running in your web browser. https://linuxreviews.org/HOWTO_make_Linux_run_blazing_fast_(... noibrs - We don't need no restricted indirect branch speculation noibpb - We don't need no indirect branch prediction barrier either nospectre_v1 and nospectre_v2: Don't care if some program can get data from some other program…
You just leaped to the unfounded conclusion that every computer needs to run untrusted JavaScript. The vast majority of computers have no such need. Especially in a performance-sensitive contest like buying CPU for your database server that lives in a datacenter and never runs a web browser you will certainly disable these security things.
You're right about that...
> The vast majority of computers have no such need.
You're probably wrong about that. Every, no. Majority or substantial minority? Yes. There are a ton of consumer computer devices that act as web browsers, and smartphones absolutely count here.
Re: Intel publishes misleading benchmarks against AMD
#139Re: Intel publishes misleading benchmarks against AMD
#140Earlier quoted context omitted.
No, it is NOT the dumbest thing imaginable! If your server is not reachable from untrusted sources, and you are running only what you trust, it is prudent to disable mitigation’s and make use of the extra performance. Example, I run many compute nodes (only private network) in my HPC cluster with mitigation’s off. If an attacker could reach the compute nodes over the network to push the attack payload, I’ve already b…
That's a fascinating take on internal security. Naturally, everyone must determine their level of risk aversion and take the steps they feel most prudent. I've not heard this perspective before. Thank you for sharing!