Post
Topic
Board Mining software (miners)
Re: New .Net Miner (now with GPU and long poll!)
by
wasabi
on 08/07/2011, 01:38:43 UTC
It's decent. It's a proper wrapping of OpenCL. There's a small annoyance with a memory leak of ComputeEvent's being generated even though you pass null as a event list for most calls. That's easy enough to solve by passing a list to put them in and disposing of them immediately though. The only thing really wrongn with it is a complete lack of documentation as far as I can see. That's fine though, since it's nothing but a loose wrapper over OpenCL itself.