There's a lot that goes into CPU performance. Go to http://wccftech.com/ryzen-smaller-die-intel-zen-architecture... and search for "Table courtesy of the Linley Group" without quotes to see an extremely interesting table: http://cdn.wccftech.com/wp-content/uploads/2017/02/Zen-Doubl... > Intel has a double precision IPC of 16 FLOPs per Clock with Skylake as well as 2x 256 bit FMA whereas Zen only has 8 FLOPs per clock…
Intel Shows 2.5D FPGA at ISSCC
11–20 of 126 posts
Re: Intel Shows 2.5D FPGA at ISSCC
#12AMD really needs to start competing on price. Match Intel and Nvidia performance, at 75% TCO.
I think they could carve out a niche by being the chip maker that produces a trustworthy computing environment that supports blob-free computing without the equivalent of Intel Management Engine. That plus your point about TCO could be a nice way of competing with Intel.
Re: Intel Shows 2.5D FPGA at ISSCC
#13AMD really needs to start competing on price. Match Intel and Nvidia performance, at 75% TCO.
I think they could carve out a niche by being the chip maker that produces a trustworthy computing environment that supports blob-free computing without the equivalent of Intel Management Engine. That plus your point about TCO could be a nice way of competing with Intel.
Re: Intel Shows 2.5D FPGA at ISSCC
#14There's a lot that goes into CPU performance. Go to http://wccftech.com/ryzen-smaller-die-intel-zen-architecture... and search for "Table courtesy of the Linley Group" without quotes to see an extremely interesting table: http://cdn.wccftech.com/wp-content/uploads/2017/02/Zen-Doubl... > Intel has a double precision IPC of 16 FLOPs per Clock with Skylake as well as 2x 256 bit FMA whereas Zen only has 8 FLOPs per clock…
Differ t workloads will be if it in different ways from the trade offs. I do t imagine many applications will miss AVX 512.
Re: Intel Shows 2.5D FPGA at ISSCC
#15Re: Intel Shows 2.5D FPGA at ISSCC
#16Re: Intel Shows 2.5D FPGA at ISSCC
#17Earlier quoted context omitted.
I think they could carve out a niche by being the chip maker that produces a trustworthy computing environment that supports blob-free computing without the equivalent of Intel Management Engine. That plus your point about TCO could be a nice way of competing with Intel.
That's not a big enough niche to pay for fabs.
Although I'm sure there is little profit in that business model, but it would keep the workers busy.
Re: Intel Shows 2.5D FPGA at ISSCC
#18So the latest AMD cores seem like they might be more competitive... does anyone know which AMD processors are likely to support ECC memory? My one big gripe with Intel CPUs is that they currently only support ECC memory for non-consumer chips. I run a personal ZFS cluster and am more concerned about data integrity / cost than I am about pure CPU performance.
Re: Intel Shows 2.5D FPGA at ISSCC
#19So the latest AMD cores seem like they might be more competitive... does anyone know which AMD processors are likely to support ECC memory? My one big gripe with Intel CPUs is that they currently only support ECC memory for non-consumer chips. I run a personal ZFS cluster and am more concerned about data integrity / cost than I am about pure CPU performance.
Re: Intel Shows 2.5D FPGA at ISSCC
#20Earlier quoted context omitted.
Differ t workloads will be if it in different ways from the trade offs. I do t imagine many applications will miss AVX 512.
It's actually quite difficult to use AVX512 and have it pay off significantly unless you design something to specifically take advantage of it.
I'm waiting for the day when the CPU designers learn from GPU and just give us full OpenMP kernel support, such that you can use both multicore and vectorization by just scattering the OpenMP kernel call, including branching and early returns inside the kernels. I actually think that the higher core Xeons would still be quite competitive with GPUs if that was the case, but as it stands even the Intel MICs are a pain to program effectively. Doing this all with OpenMP is IMO just not good solution, it's very hard figuring out where things goes wrong.