Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
from pycparserext.ext_c_parser import OpenCLCParser
src = """
__kernel void zeroMatrix(__global float *A, int n, __global float * B)
{
%s i = get_global_id(0);
for (int k=0; k