@freemo that looks really cool! i should play with gpgpu stuff again, last time was in my student job.
@bonifartius Only thing i find annoying about it is that it is in Java, which is a great language just not very fun. But as the main developer I realized that Java is really better suited for this solution than most other languages anyway.
@freemo well, it's better than cuda c i've used back then, i guess :) i've also always wanted to check out futhark, but it was very experimental back then. if the job had been a few years later it would've been much easier, so many interesting tools to choose from now :)
@bonifartius its definately a lot nicer than Cuda C or opencl..
Odd part is writing the project didnt prevent me from having to touch C.. the project actually looks at the java bytecode, and reverse engineers it into opencl at runtime and then compiles it... You think writing OpenCL is a pain in the ass, try writing a program that writes it for you AND reverse engineers bytecode at the same time :)
@bonifartius Thats actually a conversation me and the team has discussed many times for things that might go beyond just OpenCL in the future and lead to all sorts of cool tech.