Home
last modified time | relevance | path

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

/external/llvm-project/polly/tools/GPURuntime/
DCMakeLists.txt4 add_polly_library(GPURuntime
8 set_target_properties(GPURuntime
14 set_property(TARGET GPURuntime PROPERTY C_STANDARD 99)
DLICENSE.TXT240 The GPURuntime library is dual licensed under both the University of Illinois
/external/llvm-project/polly/include/polly/
DLinkAllPasses.h52 GPURuntime Runtime = GPURuntime::CUDA);
56 GPURuntime Runtime = GPURuntime::CUDA);
/external/llvm-project/polly/include/polly/CodeGen/
DPPCGCodeGeneration.h21 enum GPURuntime { CUDA, OpenCL }; enum
/external/llvm-project/polly/tools/
DCMakeLists.txt2 add_subdirectory(GPURuntime)
/external/llvm-project/polly/lib/Support/
DRegisterPasses.cpp110 static cl::opt<GPURuntime> GPURuntimeChoice(
112 cl::values(clEnumValN(GPURuntime::CUDA, "libcudart",
114 clEnumValN(GPURuntime::OpenCL, "libopencl",
116 cl::init(GPURuntime::CUDA), cl::ZeroOrMore, cl::cat(PollyCategory));
/external/llvm-project/polly/lib/CodeGen/
DPPCGCodeGeneration.cpp330 gpu_prog *Prog, GPURuntime Runtime, GPUArch Arch) in GPUNodeBuilder()
382 GPURuntime Runtime;
1050 case GPURuntime::CUDA: in createCallInitContext()
1053 case GPURuntime::OpenCL: in createCallInitContext()
1622 if (Runtime == GPURuntime::OpenCL) in createLaunchParameters()
1642 if (Runtime == GPURuntime::OpenCL) in createLaunchParameters()
1698 if (Runtime == GPURuntime::OpenCL) in createLaunchParameters()
1719 if (Runtime == GPURuntime::OpenCL) in createLaunchParameters()
1732 if (Runtime == GPURuntime::OpenCL) in createLaunchParameters()
1744 if (Runtime == GPURuntime::OpenCL) { in createLaunchParameters()
[all …]
DManagedMemoryRewrite.cpp354 GPURuntime Runtime;
405 GPURuntime Runtime) { in createManagedMemoryRewritePassPass()
/external/llvm-project/clang/docs/
DClangFormattedStatus.rst7007 * - polly/tools/GPURuntime