OpenCL / GEGL-OpenCL

Gimp-GEGL is the first official OpenCL Porting Project of
http://opencl.org
GNU Lesser General Public License v3.0
89 stars 31 forks source link

Brainstorming #73

Open romanstingler opened 7 years ago

romanstingler commented 7 years ago

wouldn't it beneficial if we would remove the *.cl.h files and add a getKernelSource function?

VincentSC commented 7 years ago

Agree, that would be better. Can you create a PR?

romanstingler commented 7 years ago

yeah I will, but can someone invite me to the slack group?? thx

VincentSC commented 7 years ago

Thanks for that! You've been added.

elEnemigo commented 6 years ago

The problem with that is the cl files would have to be deployed with the library for this to work, which makes everything messy.

A viable alternative would be to load the kernel sources at link time like this