Hacker News new | ask | show | jobs
by cesnja 3833 days ago
OpenCL bootstrap sure is complex, but there are many possible configurations. I think this library is too simple right now. As soon as you need to optimize host code, you need to rewrite it with default API. On the other hand, I'd love to use this, if there were more options available.
1 comments

The idea is to be super simple and easy to pick up. I'd rather spend my day to day time working on interesting problems, rather than slapping together boilerplate. Hence, my goal is to make it very easy to get started. When you need the performance, you can always reach for the C++ or C API.

>I'd love to use this, if there were more options available.

Did you have anything specific in mind? I'd be happy to add features.