DPC++ Runtime
Runtime libraries for oneAPI DPC++
pipes.hpp
Go to the documentation of this file.
1 //==---------------- pipes.hpp - SYCL pipes ------------*- C++ -*-----------==//
2 //
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 // See https://llvm.org/LICENSE.txt for license information.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6 //
7 // ===--------------------------------------------------------------------=== //
8 
9 #pragma once
10 
11 #include <sycl/ext/intel/pipes.hpp> // for pipe
12 
13 #include <stdint.h> // for int32_t
14 
15 namespace sycl {
16 inline namespace _V1 {
17 template <class name, class dataT, int32_t min_capacity = 0>
19 } // namespace _V1
20 } // namespace sycl
Definition: access.hpp:18