//===----------------------------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// /// /// \file /// This file is a SYCL 1.2.1 standard header file. Deprecated. /// //===----------------------------------------------------------------------===// #ifndef _LIBSYCL_CL_SYCL_HPP #define _LIBSYCL_CL_SYCL_HPP #if defined(__clang__) # pragma clang diagnostic push # pragma clang diagnostic ignored "-Wpedantic" # warning "CL/sycl.hpp is deprecated, use sycl/sycl.hpp" # pragma clang diagnostic pop #endif #include namespace cl { namespace sycl = ::sycl; } #endif // _LIBSYCL_CL_SYCL_HPP