Home
last modified time | relevance | path

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

/external/llvm-project/parallel-libs/acxxel/
Dcuda_acxxel.cpp459 return constructProgram(this, Module, cudaDestroyProgram); in createProgramFromSource()
Dopencl_acxxel.cpp251 return constructProgram(this, Program, openCLDestroyProgram); in createProgramFromSource()
Dacxxel.h606 Program constructProgram(Platform *APlatform, void *AHandle, in constructProgram() function