It uses DRAM process.for a snort test(intrusion detection) this (relatively small) chip compares to 9 large FPGA chips.it takes 1/9 of the power. They have 8 chips on a dimm module.
Question: what are some interesting applications for this ? and how do they map to finite automata ?
This type of processor implements nondeterministic finite state machines². Effectively it allows you to perform regular expression matching, very fast and on large data sets. They implemented this in a very clever way exploiting the fact that DRAM access is extremely parallel by nature. It is useful to solve data mining problems, such as those arising in bioinformatics.
It is quite likely that there are also certain government agencies among the early customers...
Btw, a pretty cool thing about their implementation is that they use a standard DDR3 interface which allows the realization of these machines in a standard DIMM form factor. This means that they could be added to almost any existing server.
7 comments
[ 3.6 ms ] story [ 22.8 ms ] threadhttp://www.micron.com/~/media/Documents/Products/Other%20Doc...
http://www.micron.com/~/media/Documents/Products/Other%20Doc...
Peformance:
It uses DRAM process.for a snort test(intrusion detection) this (relatively small) chip compares to 9 large FPGA chips.it takes 1/9 of the power. They have 8 chips on a dimm module.
Question: what are some interesting applications for this ? and how do they map to finite automata ?
It is quite likely that there are also certain government agencies among the early customers...
²http://en.wikipedia.org/wiki/Nondeterministic_finite_automat...