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
__SYCL_INLINE_NAMESPACE
(
cl
) {
14
namespace
sycl
{
15
template
<
class
name,
class
dataT,
int
32_t min_capacity = 0>
16
using
pipe
=
ext::intel::pipe<name, dataT, min_capacity>
;
17
}
// namespace sycl
18
}
// __SYCL_INLINE_NAMESPACE(cl)
cl::sycl::ext::intel::pipe
Definition:
pipes.hpp:20
sycl
Definition:
invoke_simd.hpp:68
cl
We provide new interfaces for matrix muliply in this patch:
Definition:
access.hpp:13
pipes.hpp
__SYCL_INLINE_NAMESPACE
#define __SYCL_INLINE_NAMESPACE(X)
Definition:
defines_elementary.hpp:12
include
CL
sycl
pipes.hpp
Generated by
1.8.17