Gpgpu?

Is there anyway to make elasticsearch take advantage of GPGPU, when
available? It would be nice to have some sort of plugin for this type of
thing, in the future.

See here:

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/7c0c7add-3b61-4b72-a51d-150618a897ef%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

:slight_smile:
I don't even know if there is a way to run a JRE on GPU computing (I
haven't looked, either).
My current exposure has generally given me the impression all code is
moderately low level... C, with some scripting.

But, if a JRE exists, then it's an interesting option considering the
movement towards GPU computing for inexpensive massive computing for highly
parallel tasks.

Tony

On Tuesday, February 4, 2014 8:39:46 AM UTC-8, depahelix wrote:

Is there anyway to make elasticsearch take advantage of GPGPU, when
available? It would be nice to have some sort of plugin for this type of
thing, in the future.

See here:

General-purpose computing on graphics processing units - Wikipedia

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/eece2db6-6aca-43fc-a701-e2a004239a3d%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

The JRE can access the GPU via libraries/bindings such as JOCL:

That said, elasticsearch can be thought of as a wrapper around Lucene. It
would make sense for the Lucene layer to take advantage of the GPU. Also,
for the most part, elasticsearch tends to be more memory and IO bound and
not CPU.

Cheers,

Ivan

On Tue, Feb 4, 2014 at 9:17 AM, Tony Su tonysu999@gmail.com wrote:

:slight_smile:
I don't even know if there is a way to run a JRE on GPU computing (I
haven't looked, either).
My current exposure has generally given me the impression all code is
moderately low level... C, with some scripting.

But, if a JRE exists, then it's an interesting option considering the
movement towards GPU computing for inexpensive massive computing for highly
parallel tasks.

Tony

On Tuesday, February 4, 2014 8:39:46 AM UTC-8, depahelix wrote:

Is there anyway to make elasticsearch take advantage of GPGPU, when
available? It would be nice to have some sort of plugin for this type of
thing, in the future.

See here:
http://en.wikipedia.org/wiki/General-purpose_computing_on_
graphics_processing_units

--
You received this message because you are subscribed to the Google Groups
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/eece2db6-6aca-43fc-a701-e2a004239a3d%40googlegroups.com
.

For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CALY%3DcQCt47Rvg-2uM%3DyP%2BM8-vuJAyKCrToReQpLnyYpOxE6R%3DQ%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.

Hmmmm....
Looks interesting although of course for the moment is a very narrow
implementation but may pave the way for more.

At first glance it sounds like one could write a CUDA app in OpenCL and
access the JRE installed and running on the CPU (not GPU).
If I understand that correctly, then it might warrant inspection, a close
look at what is running where.

The link to aparapi in your reference also looks interesting although I'm
not too excited about anything that waits until runtime to do the byte
translation.

Tony

On Tuesday, February 4, 2014 9:28:14 AM UTC-8, Ivan Brusic wrote:

The JRE can access the GPU via libraries/bindings such as JOCL:
http://www.jocl.org/

That said, elasticsearch can be thought of as a wrapper around Lucene. It
would make sense for the Lucene layer to take advantage of the GPU. Also,
for the most part, elasticsearch tends to be more memory and IO bound and
not CPU.

Cheers,

Ivan

On Tue, Feb 4, 2014 at 9:17 AM, Tony Su <tony...@gmail.com <javascript:>>wrote:

:slight_smile:
I don't even know if there is a way to run a JRE on GPU computing (I
haven't looked, either).
My current exposure has generally given me the impression all code is
moderately low level... C, with some scripting.

But, if a JRE exists, then it's an interesting option considering the
movement towards GPU computing for inexpensive massive computing for highly
parallel tasks.

Tony

On Tuesday, February 4, 2014 8:39:46 AM UTC-8, depahelix wrote:

Is there anyway to make elasticsearch take advantage of GPGPU, when
available? It would be nice to have some sort of plugin for this type of
thing, in the future.

See here:
http://en.wikipedia.org/wiki/General-purpose_computing_on_
graphics_processing_units

--
You received this message because you are subscribed to the Google Groups
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to elasticsearc...@googlegroups.com <javascript:>.
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/eece2db6-6aca-43fc-a701-e2a004239a3d%40googlegroups.com
.

For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/c37457f9-b652-4b18-bcf8-5cc54ba18609%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.