Home
last modified time | relevance | path

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

/external/eigen/unsupported/test/
Dcxx11_tensor_device.cu69 struct GPUContext { struct
70GPUContext(const Eigen::TensorMap<Eigen::Tensor<float, 3> >& in1, Eigen::TensorMap<Eigen::Tensor<f… in GPUContext() function
83 ~GPUContext() { in ~GPUContext() argument
297 GPUContext context(gpu_in1, gpu_in2, gpu_out); in test_gpu()
/external/llvm-project/polly/test/GPGPU/
Ddouble-parallel-loop.ll118 ; IR-NEXT: [[GPUContext:%.*]] = call i8* @polly_initContext()
133 ; IR-NEXT: call void @polly_freeContext(i8* [[GPUContext]])
/external/llvm-project/polly/lib/CodeGen/
DPPCGCodeGeneration.cpp368 Value *GPUContext; member in GPUNodeBuilder
753 GPUContext = createCallInitContext(); in initializeAfterRTH()
765 createCallFreeContext(GPUContext); in finalize()