DPC++ Runtime
Runtime libraries for oneAPI DPC++
kernel_bundle_enums.hpp
Go to the documentation of this file.
1
//==------- kernel_bundle_enums.hpp - SYCL kernel_bundle related enums -----==//
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
__SYCL_INLINE_NAMESPACE
(
cl
) {
12
namespace
sycl
{
13
14
enum class
bundle_state
:
char
{
input
= 0,
object
= 1,
executable
= 2 };
15
16
}
17
}
// __SYCL_INLINE_NAMESPACE(cl)
sycl
Definition:
invoke_simd.hpp:68
cl::sycl::bundle_state::input
@ input
cl::sycl::bundle_state
bundle_state
Definition:
kernel_bundle_enums.hpp:14
char
cl::sycl::bundle_state::executable
@ executable
cl
We provide new interfaces for matrix muliply in this patch:
Definition:
access.hpp:13
__SYCL_INLINE_NAMESPACE
#define __SYCL_INLINE_NAMESPACE(X)
Definition:
defines_elementary.hpp:12
include
CL
sycl
kernel_bundle_enums.hpp
Generated by
1.8.17