DPC++ Runtime
Runtime libraries for oneAPI DPC++
cuda.hpp
Go to the documentation of this file.
1 
2 //==---------------- cuda.hpp - SYCL CUDA backend --------------------------==//
3 //
4 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
5 // See https://llvm.org/LICENSE.txt for license information.
6 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //
8 //===----------------------------------------------------------------------===//
9 
10 #pragma once
11 
13 
14 #if !defined(_MSC_VER) || defined(__clang__)
15 // MSVC doesn't support #warning and we cannot use other methods to report a
16 // warning from inside a system header (which SYCL is considered to be).
17 #warning sycl/backend/cuda.hpp is deprecated and not required anymore
18 #endif