OpenCL open source library

Hello. Is there open source openCL library (without *.lib and *.dll) for AMD graphic cards?

Computing Language Utility for Intel

I mean that when you work with opencl you need openCL.lib or openCL.dll from producer of current device (IMD, Intel or Nvidea). But this library is closed. My question Is there openCL library with open code for GPU computing?

Perhaps http://portablecl.org/ is what you’re looking for? It’s not for AMD GPUs though. For that, you need AMD’s implementation of OpenCL, which is only available in binary (not source) form.

you need opencl source code, seems the source code of opencl implement (AMD ,Intel,Nvidia, etc…) is not open. you could send a mail to AMD to ask for some infomation.