International audienceA variety of algorithms, store content in such a way that it can be later retrieved by probing the memory with a small portion of it, rather than with an address as in more traditional memories. Recently, Gripon and Berrou have introduced a novel construction which builds on ideas from the theory of error correcting codes, greatly outperforming the celebrated Hopfield Neural Networks in terms of the number of stored messages per neuron and the number of stored bits per synapse. The work of Gripon and Berrou proposes two retrieval rules, SUM - OF - SUM and SUM - OF - MAX . In this paper, we implement both rules on a general purpose graphical processing unit (GPU). SUM - OF - SUM uses only matrix-vector multiplication an...