do any of you know about a multiplatform OpenCL wrapper for Kotlin?
d
Dico
12/15/2018, 11:48 PM
I made an OpenGL wrapper, it's not actually that much work! Just a lot of repetition. I ended up writing some code to do the majority of the repetitive work. Sent from 30.000 ft.
a
addamsson
12/16/2018, 11:19 AM
Do you have a link for that?
addamsson
12/16/2018, 11:19 AM
I'm exploring the possibilities of using the GPU for doing parallel work
d
Dico
12/16/2018, 12:11 PM
No, is closed source. But I can give you the tool, which takes a long list of
expect
declarations and creates
actual
ones, next year when my I'm home from holidays though.