Home
last modified time | relevance | path

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

/external/ComputeLibrary/arm_compute/runtime/CL/
DCLHelpers.h44 std::tuple<cl::Context, cl::Device, cl_int> create_opencl_context_and_device();
/external/ComputeLibrary/src/runtime/CL/
DCLRuntimeContext.cpp37 auto ctx_dev_err = create_opencl_context_and_device(); in CLRuntimeContext()
DCLHelpers.cpp89 create_opencl_context_and_device() in create_opencl_context_and_device() function
DCLScheduler.cpp126 std::tie(ctx, dev, err) = create_opencl_context_and_device(); in default_init()
/external/ComputeLibrary/tests/benchmark_examples/
DRunExample.cpp132 auto ctx_dev_err = create_opencl_context_and_device(); in run_example()
/external/ComputeLibrary/tests/
Dmain.cpp197 auto ctx_dev_err = create_opencl_context_and_device(); in main()