Searched refs:create_opencl_context_and_device (Results 1 – 7 of 7) sorted by relevance
47 std::tuple<cl::Context, cl::Device, cl_int> create_opencl_context_and_device(CLBackendType cl_backe…
35 auto ctx_dev_err = create_opencl_context_and_device(_backend_type); in CLRuntimeContext()
126 create_opencl_context_and_device(CLBackendType cl_backend_type) in create_opencl_context_and_device() function
129 std::tie(ctx, dev, err) = create_opencl_context_and_device(cl_backend_type); in default_init()
141 auto ctx_dev_err = create_opencl_context_and_device(backend_type); in run_example()
162 auto ctx_dev_err = create_opencl_context_and_device(backend_type); in run_example()
187 auto ctx_dev_err = create_opencl_context_and_device(CLBackendType::Native); in main()