Searched refs:m_sycl_context_ (Results 1 – 1 of 1) sorted by relevance
34 std::vector<SYCLDeviceContext*> m_sycl_context_; // ref counted variable103 for (auto p : m_sycl_context_) { in ~GSYCLInterface()106 m_sycl_context_.clear(); in ~GSYCLInterface()119 m_sycl_context_.push_back(new SYCLDeviceContext()); in AddDevice()157 if (!m_sycl_context_.empty()) {158 return m_sycl_context_[i];