Searched refs:m_sycl_allocator_ (Results 1 – 1 of 1) sorted by relevance
33 std::vector<SYCLAllocator*> m_sycl_allocator_; // owned variable90 for (auto p : m_sycl_allocator_) { in ~GSYCLInterface()101 m_sycl_allocator_.clear(); in ~GSYCLInterface()118 m_sycl_allocator_.push_back(new SYCLAllocator(m_queue_interface_.back())); in AddDevice()139 if (!m_sycl_allocator_.empty()) {140 return m_sycl_allocator_[i];