@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 :)
@freemo i like that it is a bytecode to opencl compiler. i think many interesting things can be done by repurposing/transforming existing bytecodes. like the many languages which use the jvm.
my project back then included parsing a (simple) input language, generating cuda kernels for it. i've never really got it to work properly though.
i sometimes think about building something like it as side project, but now i haven't got that much spare time anymore. but it's always nagging me that it never got really finished :D
@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.