HPC (mainly on Java)
Posted
by Insectatorious
on Stack Overflow
See other posts from Stack Overflow
or by Insectatorious
Published on 2010-05-11T10:24:20Z
Indexed on
2010/05/11
11:04 UTC
Read the original article
Hit count: 329
I'm looking for some way of using the number-crunching ability of a GPU (with Java perhaps?) in addition to using the multiple cores that the target machine has. I will be working on implementing (at present) the A* Algorithm but in the future I hope to replace it with a Genetic Algorithm of sorts. I've looked at Project Fortress but as I'm building my GUI in JavaFX, I'd prefer not to stray too far from a JVM.
Of course, should no feasible solution be available, I will migrate to the easiest solution to implement.
© Stack Overflow or respective owner