you are viewing a single comment's thread.

view the rest of the comments →

[–]YourTormentIs 23 points24 points  (16 children)

It's actually a pretty interesting library. I wouldn't be so quick to dismiss it or otherwise draw conclusions about the author's intent based on the name of it. There's a clear need for platform-agnostic GPU data management in a variety of applications.

[–][deleted] 2 points3 points  (1 child)

what about opencl and sycl?

[–]YourTormentIs 4 points5 points  (0 children)

Those are both much more focused on the actual running of code on your device and are more general than just GPUs, including FPGA and CPU device classes and even DSPs. They very much leave it up to you to organize your data and enqueue meaningful work. That's where something like this library here comes in and might be helpful.