Home
last modified time | relevance | path

Searched refs:kernelSourcePtr (Results 1 – 1 of 1) sorted by relevance

/dports/science/gromacs/gromacs-2021.4/src/gromacs/gpu_utils/
H A Docl_compiler.cpp472 const char* kernelSourcePtr = kernelSource.c_str(); in compileProgram() local
475 … program = clCreateProgramWithSource(context, 1, &kernelSourcePtr, &kernelSourceSize, &cl_error); in compileProgram()