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
>
12
13
namespace
sycl
{
14
__SYCL_INLINE_VER_NAMESPACE
(_V1) {
15
template
<
class
name,
class
dataT,
int
32_t min_capacity = 0>
16
using
pipe
=
ext::intel::pipe<name, dataT, min_capacity>
;
17
}
// __SYCL_INLINE_VER_NAMESPACE(_V1)
18
}
// namespace sycl
sycl::_V1::ext::intel::pipe
Definition:
pipes.hpp:19
__SYCL_INLINE_VER_NAMESPACE
#define __SYCL_INLINE_VER_NAMESPACE(X)
Definition:
defines_elementary.hpp:11
pipes.hpp
sycl
---— Error handling, matching OpenCL plugin semantics.
Definition:
access.hpp:14
include
sycl
pipes.hpp
Generated by
1.9.1