opencl

  1. S

    OpenCL Optimization Case Study: Simple Reductions

    Hi, Can someone repost the article "OpenCL Optimization Case Study: Simple Reductions" published initially by AMD and Bryan Catanzaro at 8/24/2010? http://developer.amd.com/documentation/articles/Pages/OpenCL-Optimization-Case-Study-Simple-Reductions.aspx Best Regards,
  2. CarstenS

    Strange limit in AMD OpenCL driver

    TIL that on a Tahiti board with 6 instead of the usual 3 GiByte of VRAM, the AMD OpenCL driver seems to think 3 GiByte should suffice for everyone. It's CL_DEVICE_GLOBAL_MEMORY is set to 3072 MiByte, leaving half of the memory effectively useless. Is there any known workaround, an environment...
Back
Top