| //===----------------------------------------------------------------------===// | |
| // | |
| // Part of libcu++, the C++ Standard Library for your entire system, | |
| // 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 | |
| // SPDX-FileCopyrightText: Copyright (c) 2023 NVIDIA CORPORATION & AFFILIATES. | |
| // | |
| //===----------------------------------------------------------------------===// | |
| // We want to ensure that all warning emmiting from this header are supressed | |
| // For unknown reasons, nvc++ need to selectively disable this warning | |
| // We do not want to use our usual macro because that would have push / pop semantics | |
| // Enable us to hide kernels | |