gustavolsson / zig-opencl-test

9 stars 3 forks source link

sharing type abstractions between host and device? #1

Open glyh opened 2 months ago

glyh commented 2 months ago

It seems that no abstraction is shared between zig host and opencl device for now, is there any solution for that?

gustavolsson commented 2 months ago

Probably :)

This was just a test to try out zig a bit, I've not used zig since so I'm not sure what the best way to do this nowadays is. I keep the repo up mainly as a minimal example of OpenCL.