-1

I have designed a web site using Struts2. Now I have to call a function where image processing will be done. For that I have chosen to use pycuda. Can any one tell me steps and dependencies for installing pycuda. (I have to call this code from an action file). Does I need Jython also? I am using centOS.

Roman C
  • 49,761
  • 33
  • 66
  • 176
Aadya
  • 75
  • 10

1 Answers1

1

I'm not sure what image processing means here, but if you need to exploit the GPU to perform your calculations with Cuda, and you are using Java, then why using pycuda that is for Python ?

Use JCuda or Cuda4J - the J is there to help you :)

Andrea Ligios
  • 49,480
  • 26
  • 114
  • 243
  • Thanks for reply. Can we run Cuda4J on any system with GPU? Because I have downloaded java from ibm site but not able to install it. – Aadya Dec 02 '14 at 04:12