Files
project_6/cccl_upstream/cudax/include/cuda/experimental/green_context.cuh

17 lines
639 B
Plaintext
Raw Normal View History

//===----------------------------------------------------------------------===//
//
// Part of CUDA Experimental in CUDA C++ Core Libraries,
// 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) 2025 NVIDIA CORPORATION & AFFILIATES.
//
//===----------------------------------------------------------------------===//
#ifndef __CUDAX_GREEN_CONTEXT__
#define __CUDAX_GREEN_CONTEXT__
#include <cuda/experimental/__green_context/green_ctx.cuh>
#endif // __CUDAX_GREEN_CONTEXT__