Skip to content

v2.0 OpenCL

Latest

Choose a tag to compare

@FracturedCode FracturedCode released this 11 Nov 08:00
daca4eb

MCSlimeClusterFinder v2.0

Here's my recent work. I rewrote the program to use OpenCL so I could make it speedier. More improvements and features to follow, so this is more of a milestone than a finished project.

v2.0 Changelog

  • OpenCL support for even faster GPU accelerated speeds (see OpenCL.NetCore)
  • OpenCL work item size option. Adjust the load on your GPU with this.
  • OpenCL device command line option
  • device selection menu
  • search radius has stop AND start options
  • most output has been axed since moving to OpenCL. A better replacement is planned for future patches.
  • move to an inside-out rectangular spiral scanning approach. This will enable stopping the program and running it at a later time from a save in a future patch