Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/tools/GPURuntime/
H A DGPUJIT.c1294 void *OptionVals[6]; in getKernelCUDA() local
1304 OptionVals[0] = (void *)&Walltime; in getKernelCUDA()
1307 OptionVals[1] = (void *)InfoLog; in getKernelCUDA()
1310 OptionVals[2] = (void *)LogSize; in getKernelCUDA()
1313 OptionVals[3] = (void *)ErrorLog; in getKernelCUDA()
1316 OptionVals[4] = (void *)LogSize; in getKernelCUDA()
1319 OptionVals[5] = (void *)1; in getKernelCUDA()
1323 CuLinkCreateFcnPtr(6, Options, OptionVals, &LState); in getKernelCUDA()