server / source /cuda /ccuda.pxd
Harmony18090's picture
Add source batch 2/11
76f9669 verified
raw
history blame
646 Bytes
# SPDX-FileCopyrightText: Copyright (c) 2024-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
from cuda.bindings.cydriver cimport *
cdef extern from *:
"""
#ifdef _MSC_VER
#pragma message ( "The cuda.ccuda module is deprecated and will be removed in a future release, " \
"please switch to use the cuda.bindings.cydriver module instead." )
#else
#warning The cuda.ccuda module is deprecated and will be removed in a future release, \
please switch to use the cuda.bindings.cydriver module instead.
#endif
"""