std::vector<{{type}}> {{name}}({{length}}{{#fill_with}}, {{fill_with}}{{/fill_with}}); cl::Buffer buffer_{{name}}(context,CL_MEM_READ_WRITE,sizeof({{type}})*{{length}});