User Ratings

★★★★★
★★★★
★★★
★★
8
0
0
0
0
ease 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
features 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
design 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
support 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5

Rate This Project
Login To Rate This Project

User Reviews

  • This is a really excellent project. The API is very intuitive and operates at just the right level making leveraging the power of OpenCL seem simple, and resulting in clean code. Many projects could learn a thing or two (or more!) from nythrix and the design of Cloo. There is only one binary to reference and no other dependencies apart from OpenCL drivers for the hardware devices that are to be used. The type/class count is small for a project of this scope so it is quick to learn with the example projects included. (As an aside, I would recommend the Intel OpenCL SDK even if there is no desire to drive the processor with OpenCL as Intel has an offline compiler which makes finding bugs in kernel sources very easy without having to load an entire host application)
  • It's an amazing project! Hope it works in Linux perfectly as well.
  • Great project!
  • Excellent project :)
  • Nice idea. Will be looking closely at this soon.
  • Great way to access OpenCL from C#. Very clean and easy to use.
  • Excellent project!
  • very good job. but... i see that in some functions some parameters are passed as pointers. why not to use out or ref? this would avoid the use of unsafe code and make the code cleaner in my opinion