func UnloadCompiler() ErrorCode { return ErrorCode(C.clUnloadCompiler()) }
/////////////////////////////////////////////// //OpenCL 1.1 /////////////////////////////////////////////// func CLUnloadCompiler() CL_int { return CL_int(C.clUnloadCompiler()) }