3D XPoint

Discussion of chess software programming and technical issues.

Moderators: hgm, Rebel, chrisw

Edmund
Posts: 670
Joined: Mon Dec 03, 2007 3:01 pm
Location: Barcelona, Spain

3D XPoint

Post by Edmund »

The announcement of 3D XPoint technology by Intel-Micron last week (http://www.anandtech.com/show/9470/inte ... -than-nand) seems to be very interesting for chess engine developers and users. It is a storage technology in production that has a
lower latency than SSDs but higher than DRAM,
higher endurance than SSDs but lower than DRAM,
lower density than SSDs but higher than DRAM and
more expensive than SSDs, but cheaper than DRAM.
Furthermore alike SSDs but unlike DRAM it doesn't lose information when switching off the power.

I find it groundbreaking for the generation of endgame tablebases. Bit level access, low latency, high endurance and high densities are key here.

For the average chess engine it might help by providing larger hash tables, but here the gain won't be so apparent compared to the slightly slower but also cheaper and larger SSDs. As well as again faster on the fly access to endgame tablebases.
mar
Posts: 2554
Joined: Fri Nov 26, 2010 2:00 pm
Location: Czech Republic
Full name: Martin Sedlak

Re: 3D XPoint

Post by mar »

That's really impressive! They claim being 1000x faster than SSD while still persistent.
Thanks for the link Edmund.
User avatar
stegemma
Posts: 859
Joined: Mon Aug 10, 2009 10:05 pm
Location: Italy
Full name: Stefano Gemma

Re: 3D XPoint

Post by stegemma »

Edmund wrote:The announcement of 3D XPoint technology by Intel-Micron last week (http://www.anandtech.com/show/9470/inte ... -than-nand) seems to be very interesting for chess engine developers and users. It is a storage technology in production that has a
lower latency than SSDs but higher than DRAM,
higher endurance than SSDs but lower than DRAM,
lower density than SSDs but higher than DRAM and
more expensive than SSDs, but cheaper than DRAM.
Furthermore alike SSDs but unlike DRAM it doesn't lose information when switching off the power.

I find it groundbreaking for the generation of endgame tablebases. Bit level access, low latency, high endurance and high densities are key here.

For the average chess engine it might help by providing larger hash tables, but here the gain won't be so apparent compared to the slightly slower but also cheaper and larger SSDs. As well as again faster on the fly access to endgame tablebases.
It seems that this new technology is more closest to DRAM for read cycles than SSD. This could means that when the technology will evolves it can even substitutes DRAM itself, maybe as a mixed chip, where DRAM will be used as a sort of cache for the XPoint memory. We only have to wait and see what happens...
Author of Drago, Raffaela, Freccia, Satana, Sabrina.
http://www.linformatica.com
User avatar
sje
Posts: 4675
Joined: Mon Mar 13, 2006 7:43 pm

Re: 3D XPoint

Post by sje »

Given all of the advances in hardware, we are the Jetsons.

Given the lack of progress in software, we are the Flintstones.
Daniel Shawul
Posts: 4185
Joined: Tue Mar 14, 2006 11:34 am
Location: Ethiopia

Re: 3D XPoint

Post by Daniel Shawul »

This will be used in the exa-scale supercomputer that obama announced.
Dann Corbit
Posts: 12537
Joined: Wed Mar 08, 2006 8:57 pm
Location: Redmond, WA USA

Re: 3D XPoint

Post by Dann Corbit »

sje wrote:Given all of the advances in hardware, we are the Jetsons.

Given the lack of progress in software, we are the Flintstones.
A study in the programmer forum showed that the Elo advancement in software for Chess programs is equal to the Elo advancement from hardware advances.